mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +01:00
42d5ac4b31
This reverts commit 39091e62a03073bd2363655745bc3ca343a70896.
25 lines
592 B
Desktop File
25 lines
592 B
Desktop File
[Unit]
|
|
Description=Mycroft Enclosure
|
|
PartOf=mycroft.service
|
|
After=mycroft.service
|
|
After=mycroft-messagebus.service
|
|
|
|
[Service]
|
|
User=mycroft
|
|
Type=notify
|
|
WorkingDirectory=/home/mycroft
|
|
Environment=PYTHONUNBUFFERED=1
|
|
ExecStart=/home/mycroft/.local/share/systemd/mycroft-systemd_enclosure.py
|
|
StandardOutput=append:/var/log/mycroft/enclosure_client.log
|
|
StandardError=file:/var/log/mycroft/enclosure_client.error.log
|
|
TimeoutStartSec=1m
|
|
TimeoutStopSec=1m
|
|
Restart=on-failure
|
|
StartLimitInterval=5min
|
|
StartLimitBurst=4
|
|
#StartLimitAction=reboot-force
|
|
#WatchdogSec=30s
|
|
|
|
[Install]
|
|
WantedBy=mycroft.service
|