mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 01:44:27 +01:00
00e090edc5
This for better management and in preperation for easy BAR update
17 lines
367 B
Desktop File
17 lines
367 B
Desktop File
[Unit]
|
|
Description=Mycroft Enclosure
|
|
PartOf=mycroft.service
|
|
After=mycroft.service
|
|
After=mycroft-messagebus.service
|
|
|
|
[Service]
|
|
User=mycroft
|
|
WorkingDirectory=/home/mycroft
|
|
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
|