mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 13:09:55 +01:00
12 lines
267 B
SYSTEMD
12 lines
267 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update Mycroft splash boot screen to 60%
|
||
|
Wants=systemd-networkd-wait-online.service
|
||
|
After=systemd-networkd-wait-online.service
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=-/usr/bin/psplash-write "PROGRESS 60"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|