mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-22 06:58:39 +01:00
181bb4c98d
- Make it more robust - In preparation for watchdog support - Do not start Mycroft if network is not up - Wait for internet connectivity
16 lines
311 B
Desktop File
16 lines
311 B
Desktop File
[Unit]
|
|
Description=Mycroft Audio
|
|
PartOf=mycroft.service
|
|
After=mycroft.service
|
|
|
|
[Service]
|
|
User=mycroft
|
|
WorkingDirectory=/home/mycroft
|
|
ExecStart=mycroft-audio
|
|
StandardOutput=file:/var/log/mycroft/audio.log
|
|
StandardError=file:/var/log/mycroft/audio.error.log
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=mycroft.service
|