mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
11 lines
220 B
SYSTEMD
11 lines
220 B
SYSTEMD
|
[Unit]
|
||
|
Description=Waits for Plymouth animation to finish
|
||
|
Before=plymouth-quit.service display-manager.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/sleep @SMOD_WAIT_BOOT@
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=plymouth-start.service
|