Launch enclosure-client without systemd wrapper for now

This commit is contained in:
j1nx 2022-03-16 13:02:29 +01:00
parent 2ae31cade6
commit 39091e62a0
1 changed files with 6 additions and 6 deletions

View File

@ -6,17 +6,17 @@ After=mycroft-messagebus.service
[Service]
User=mycroft
Type=notify
Type=simple
WorkingDirectory=/home/mycroft
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
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