2022-10-08 17:52:34 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Mycroft Enclosure
|
|
|
|
After=mycroft.service
|
|
|
|
After=mycroft-messagebus.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
ExecStart=/usr/libexec/mycroft-systemd-gui
|
|
|
|
StandardOutput=append:/home/mycroft/.local/state/mycroft/enclosure_gui.log
|
2022-10-08 20:37:08 +02:00
|
|
|
#StandardError=file:/home/mycroft/.local/state/mycroft/enclosure_gui.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-14 09:57:19 +02:00
|
|
|
WantedBy=gui.target
|