blob: a63c9947b008ca020aa4fe9f23ce98b1d9c22299 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Simple service to start python-listener
StartLimitIntervalSec=100
StartLimitBurst=5
[Service]
Type=simple
EnvironmentFile=%h/energyscripts/.env
WorkingDirectory=%h/energyscripts
ExecStart=%h/energyscripts/venv/bin/python3 -u mqtt2queue.py
Restart=on-failure
TimeoutStopSec=70
RestartSec=30
SyslogIdentifier=mqtt2queue
[Install]
WantedBy=default.target
|