mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-22 14:47:37 +01:00
23 lines
494 B
Desktop File
23 lines
494 B
Desktop File
[Unit]
|
|
Description=Mycroft Skills
|
|
PartOf=mycroft.service
|
|
After=mycroft.service
|
|
After=mycroft-messagebus.service
|
|
After=pulseaudio.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/libexec/mycroft-systemd-skills
|
|
StandardOutput=append:/var/log/mycroft/skills.log
|
|
StandardError=append:/var/log/mycroft/skills.error.log
|
|
TimeoutStartSec=10m
|
|
TimeoutStopSec=1m
|
|
Restart=on-failure
|
|
StartLimitInterval=5min
|
|
StartLimitBurst=4
|
|
#StartLimitAction=reboot-force
|
|
#WatchdogSec=30s
|
|
|
|
[Install]
|
|
WantedBy=mycroft.service
|