mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-05 21:14:28 +01:00
13 lines
219 B
Desktop File
13 lines
219 B
Desktop File
[Unit]
|
|
Description=Starts Mycroft splash boot screen
|
|
Wants=dev-dri-card0.device
|
|
After=dev-dri-card0.device
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/psplash -n
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|