mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-22 22:57:38 +01:00
23 lines
499 B
SYSTEMD
23 lines
499 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mycroft Audio
|
||
|
PartOf=mycroft.service
|
||
|
After=mycroft.service
|
||
|
After=mycroft-messagebus.service
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
ExecStart=/usr/libexec/mycroft-systemd-audio
|
||
|
StandardOutput=append:/home/mycroft/.local/state/mycroft/audio.log
|
||
|
StandardError=file:/home/mycroft/.local/state/mycroft/audio.error.log
|
||
|
TimeoutStartSec=1m
|
||
|
TimeoutStopSec=1m
|
||
|
Restart=on-failure
|
||
|
StartLimitInterval=5min
|
||
|
StartLimitBurst=4
|
||
|
#StartLimitAction=reboot-force
|
||
|
#WatchdogSec=30s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mycroft.service
|
||
|
|