1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-05 03:59:09 +01:00

19 lines
471 B
Desktop File

[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