mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 03:18:43 +01:00
12 lines
206 B
Desktop File
12 lines
206 B
Desktop File
[Unit]
|
|
Description=Starts Mycroft splash boot screen
|
|
Wants=dev-dri-card0.device
|
|
After=dev-dri-card0.device
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/psplash -n
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|