1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-14 01:44:27 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft-messagebus.service

18 lines
423 B
Desktop File

[Unit]
Description=Mycroft Messagebus
PartOf=mycroft.service
After=mycroft.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
ExecStartPre=/bin/psplash-write "MSG Starting Mycroft A.I. messagebus service"
ExecStartPre=/bin/sleep 2
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