mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-18 20:03:16 +01:00
16 lines
318 B
SYSTEMD
16 lines
318 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mycroft Messagebus
|
||
|
PartOf=mycroft.service
|
||
|
After=mycroft.service
|
||
|
|
||
|
[Service]
|
||
|
User=mycroft
|
||
|
WorkingDirectory=/home/mycroft
|
||
|
ExecStart=mycroft-messagebus
|
||
|
StandardOutput=file:/var/log/mycroft/bus.log
|
||
|
StandardError=file:/var/log/mycroft/bus.error.log
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mycroft.service
|