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