mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-13 09:44:32 +01:00
14 lines
295 B
SYSTEMD
14 lines
295 B
SYSTEMD
|
[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
|