mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-24 16:03:09 +01:00
12 lines
236 B
Desktop File
12 lines
236 B
Desktop File
[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
|