blob: d10f8b4a72f0b22deff3cf2740e7e7f52fa6fcb2 (
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 esphomeapi
StartLimitIntervalSec=100
StartLimitBurst=5
[Service]
Type=simple
EnvironmentFile=%h/energyscripts/.env
WorkingDirectory=%h/energyscripts
ExecStart=%h/energyscripts/venv/bin/python3 -u scripts/esphomeapi.py -a %i
Restart=on-failure
TimeoutStopSec=70
RestartSec=30
SyslogIdentifier=%N
[Install]
WantedBy=default.target
|