Files
neko-system/files/neko-initramfs-firstboot.service
2026-03-21 12:17:37 -05:00

15 lines
392 B
Desktop File

[Unit]
Description=Enable regenerated initramfs for neko theme
After=multi-user.target
ConditionPathExists=!/var/lib/neko-initramfs-done
[Service]
Type=oneshot
ExecStart=/usr/bin/rpm-ostree initramfs --enable
ExecStart=/usr/bin/touch /var/lib/neko-initramfs-done
ExecStart=/usr/bin/systemctl disable neko-initramfs-firstboot.service
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target