mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 00:55:31 +01:00
16 lines
257 B
Desktop File
16 lines
257 B
Desktop File
[Unit]
|
|
Description=Starts OVOS splash boot screen
|
|
Requires=dev-fb0.device
|
|
After=dev-fb0.device
|
|
DefaultDependencies=no
|
|
RequiresMountsFor=/run
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/psplash
|
|
RemainAfterExit=yes
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|