1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-03 20:17:46 +01:00

12 lines
236 B
SYSTEMD
Raw Normal View History

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