Revert "Launch enclosure-client without systemd wrapper for now"

This reverts commit 39091e62a0.
This commit is contained in:
j1nx 2022-03-16 15:47:39 +01:00
parent 97031af0cc
commit 42d5ac4b31
1 changed files with 6 additions and 6 deletions

View File

@ -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