1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-22 06:58:39 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft-voice.service
Peter Steenbergen 181bb4c98d MycroftOS: Bump mycroft to 19.8.5 and proper systemd support.
- Make it more robust
- In preparation for watchdog support
- Do not start Mycroft if network is not up
- Wait for internet connectivity
2019-12-21 18:54:56 +01:00

16 lines
319 B
Desktop File

[Unit]
Description=Mycroft Voice
PartOf=mycroft.service
After=mycroft.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
ExecStart=mycroft-speech-client
StandardOutput=file:/var/log/mycroft/voice.log
StandardError=file:/var/log/mycroft/voice.error.log
Restart=on-failure
[Install]
WantedBy=mycroft.service