Revert "Launch enclosure-client without systemd wrapper for now"
This reverts commit 39091e62a0
.
This commit is contained in:
parent
97031af0cc
commit
42d5ac4b31
|
@ -6,17 +6,17 @@ After=mycroft-messagebus.service
|
|||
|
||||
[Service]
|
||||
User=mycroft
|
||||
Type=simple
|
||||
Type=notify
|
||||
WorkingDirectory=/home/mycroft
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
ExecStart=mycroft-enclosure-client
|
||||
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
|
||||
TimeoutStartSec=1m
|
||||
TimeoutStopSec=1m
|
||||
Restart=on-failure
|
||||
#StartLimitInterval=5min
|
||||
#StartLimitBurst=4
|
||||
StartLimitInterval=5min
|
||||
StartLimitBurst=4
|
||||
#StartLimitAction=reboot-force
|
||||
#WatchdogSec=30s
|
||||
|
||||
|
|
Loading…
Reference in New Issue