mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 00:55:31 +01:00
14 lines
285 B
Desktop File
14 lines
285 B
Desktop File
[Unit]
|
|
Description=Start psplash-systemd progress communication helper
|
|
DefaultDependencies=no
|
|
After=ovos-splash-start.service
|
|
Requires=ovos-splash-start.service
|
|
RequiresMountsFor=/run
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/psplash-systemd
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|