mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-22 06:37:51 +01:00
22 lines
382 B
Desktop File
22 lines
382 B
Desktop File
[Unit]
|
|
Description=Mycroft Audio
|
|
PartOf=mycroft.service
|
|
After=mycroft.service
|
|
After=mycroft-messagebus.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/libexec/mycroft-systemd-audio
|
|
StandardOutput=null
|
|
TimeoutStartSec=1m
|
|
TimeoutStopSec=1m
|
|
Restart=on-failure
|
|
StartLimitInterval=5min
|
|
StartLimitBurst=4
|
|
#StartLimitAction=reboot-force
|
|
#WatchdogSec=30s
|
|
|
|
[Install]
|
|
WantedBy=mycroft.service
|
|
|