mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
13 lines
294 B
SYSTEMD
13 lines
294 B
SYSTEMD
|
[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
|