1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-22 06:37:51 +01:00
2021-01-09 18:47:29 +01:00

14 lines
295 B
Desktop File

[Unit]
Description=OVOS Local Backend
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
ExecStart=ovos-local-backend
StandardOutput=file:/var/log/mycroft/local-backend.log
StandardError=file:/var/log/mycroft/local-backend.error.log
Restart=on-failure
[Install]
WantedBy=multi-user.target