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
|
2022-12-31 15:55:13 +01:00
|
|
|
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
|