1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-23 15:17:39 +01:00

12 lines
263 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Update Mycroft splash boot screen to 60%
Wants=NetworkManager-wait-online.service
After=NetworkManager-wait-online.service
DefaultDependencies=no
[Service]
ExecStart=-/usr/bin/psplash-write "PROGRESS 60"
[Install]
WantedBy=multi-user.target