1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-05 13:28:18 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft-voice.service

16 lines
319 B
SYSTEMD
Raw Normal View History

[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