mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-14 18:26:28 +01:00
19 lines
471 B
Desktop File
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
|