mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-22 22:57:38 +01:00
12 lines
243 B
SYSTEMD
12 lines
243 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update Mycroft splash boot screen to 40%
|
||
|
Wants=systemd-networkd.service
|
||
|
After=systemd-networkd.service
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=-/usr/bin/psplash-write "PROGRESS 40"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|