1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-09 16:10:07 +01:00

21 lines
451 B
Desktop File

[Unit]
Description=Mycroft Messagebus
PartOf=mycroft.service
After=mycroft.service
[Service]
Type=notify
ExecStart=/usr/libexec/mycroft-systemd-messagebus
StandardOutput=append:/var/log/mycroft/messagebus.log
StandardError=append:/var/log/mycroft/messagebus.error.log
TimeoutStartSec=1m
TimeoutStopSec=1m
Restart=on-failure
StartLimitInterval=5min
StartLimitBurst=4
#StartLimitAction=reboot-force
#WatchdogSec=30s
[Install]
WantedBy=mycroft.service