mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Implement local-backend
This commit is contained in:
@@ -21,6 +21,7 @@ enable mycroft-skills.service
|
||||
enable mycroft-enclosure.service
|
||||
enable mycroft-gui.service
|
||||
enable ovos-splash-quit.service
|
||||
enable local-backend.service
|
||||
|
||||
disable getty@.service
|
||||
disable mosquitto.service
|
||||
|
@@ -0,0 +1,13 @@
|
||||
[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
|
Reference in New Issue
Block a user