mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 09:55:13 +01:00
18 lines
419 B
Desktop File
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
|