mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-09 16:10:07 +01:00
21 lines
489 B
Desktop File
21 lines
489 B
Desktop File
[Unit]
|
|
Description=Mycroft Skills
|
|
PartOf=mycroft.service
|
|
After=mycroft.service
|
|
After=mycroft-messagebus.service
|
|
|
|
[Service]
|
|
ExecStart=ovos-local-backend
|
|
StandardOutput=append:/home/mycroft/.local/state/mycroft/local-backend.log
|
|
#StandardError=file:/home/mycroft/.local/state/mycroft/local-backend.error.log
|
|
TimeoutStartSec=10m
|
|
TimeoutStopSec=1m
|
|
Restart=on-failure
|
|
StartLimitInterval=5min
|
|
StartLimitBurst=4
|
|
#StartLimitAction=reboot-force
|
|
#WatchdogSec=30s
|
|
|
|
[Install]
|
|
WantedBy=mycroft.service
|