1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-15 02:36:59 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft-enclosure.service

19 lines
471 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Mycroft Enclosure
PartOf=mycroft.service
After=mycroft.service
After=mycroft-messagebus.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
ExecStartPre=/bin/psplash-write "MSG Starting Mycroft A.I. enclosure service"
ExecStartPre=/bin/sleep 2
ExecStart=mycroft-enclosure-client
StandardOutput=file:/var/log/mycroft/enclosure.log
StandardError=file:/var/log/mycroft/enclosure.error.log
Restart=on-failure
[Install]
WantedBy=mycroft.service