initial commit from old development

This commit is contained in:
2021-06-07 17:03:43 +02:00
commit c1e8b31910
8 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=BoschHomeAutomation 2 MQTT Gateway
After=multi-user.target
[Service]
Type=idle
Restart=always
RestartSec=30
StartLimitInterval=200
StartLimitBurst=5
WorkingDirectory=/opt/bsh-gateway
ExecStart=/opt/bsh-gateway/BSHGateWay.py
ExecStop=/bin/sleep 1
[Install]
WantedBy=multi-user.target