1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-24 16:03:09 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/usr/lib/systemd/system/local-backend.service
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