14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Start psplash boot splash screen
|
||
|
|
DefaultDependencies=no
|
||
|
|
RequiresMountsFor=/run
|
||
|
|
ConditionFileIsExecutable=/usr/bin/psplash
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=notify
|
||
|
|
ExecStart=/usr/bin/psplash
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=sysinit.target
|