1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-30 10:25:12 +01:00

23 lines
499 B
SYSTEMD
Raw Normal View History

2022-10-08 17:52:34 +02:00
[Unit]
Description=Mycroft Enclosure
2022-10-18 08:49:49 +02:00
PartOf=mycroft.service
2022-10-08 17:52:34 +02:00
After=mycroft.service
After=mycroft-messagebus.service
2022-11-17 20:32:24 +01:00
After=pulseaudio.service
2022-10-08 17:52:34 +02:00
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-gui
StandardOutput=append:/var/log/mycroft/enclosure.log
StandardError=append:/var/log/mycroft/enclosure.error.log
2022-10-08 17:52:34 +02:00
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure
StartLimitInterval=5min
StartLimitBurst=4
#StartLimitAction=reboot-force
#WatchdogSec=30s
[Install]
2022-10-18 08:49:49 +02:00
WantedBy=mycroft.service