1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-14 09:55:13 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft-voice.service

18 lines
419 B
Desktop File

[Unit]
Description=Mycroft Voice
PartOf=mycroft.service
After=mycroft.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
ExecStartPre=/bin/psplash-write "MSG Starting Mycroft A.I. voice service"
ExecStartPre=/bin/sleep 2
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