aerothemeplasma/misc/plymouth/plymouth-theme-smod/smod-plymouth-wait-for-animation-poweroff.service
2024-08-09 03:20:25 +02:00

12 lines
294 B
Desktop File

[Unit]
Description=Waits for Plymouth animation to finish at shutdown
DefaultDependencies=no
Before=halt.target shutdown.target reboot.target
[Service]
Type=oneshot
ExecStart=/usr/bin/sleep @SMOD_WAIT_SHUTDOWN@
RemainAfterExit=yes
[Install]
WantedBy=halt.target shutdown.target reboot.target