mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Launch enclosure-client without systemd wrapper for now
This commit is contained in:
@@ -6,17 +6,17 @@ After=mycroft-messagebus.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=mycroft
|
User=mycroft
|
||||||
Type=notify
|
Type=simple
|
||||||
WorkingDirectory=/home/mycroft
|
WorkingDirectory=/home/mycroft
|
||||||
Environment=PYTHONUNBUFFERED=1
|
Environment=PYTHONUNBUFFERED=1
|
||||||
ExecStart=/home/mycroft/.local/share/systemd/mycroft-systemd_enclosure.py
|
ExecStart=mycroft-enclosure-client
|
||||||
StandardOutput=append:/var/log/mycroft/enclosure_client.log
|
StandardOutput=append:/var/log/mycroft/enclosure_client.log
|
||||||
StandardError=file:/var/log/mycroft/enclosure_client.error.log
|
StandardError=file:/var/log/mycroft/enclosure_client.error.log
|
||||||
TimeoutStartSec=1m
|
#TimeoutStartSec=1m
|
||||||
TimeoutStopSec=1m
|
#TimeoutStopSec=1m
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
StartLimitInterval=5min
|
#StartLimitInterval=5min
|
||||||
StartLimitBurst=4
|
#StartLimitBurst=4
|
||||||
#StartLimitAction=reboot-force
|
#StartLimitAction=reboot-force
|
||||||
#WatchdogSec=30s
|
#WatchdogSec=30s
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user