mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 12:45:19 +00:00
wait for 5 sec between restarts
This commit is contained in:
parent
1e1ebbb809
commit
9518527beb
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ After=docker.service
|
||||||
ExecStart=/opt/lego-monitoring/.venv/bin/python /opt/lego-monitoring/service.py
|
ExecStart=/opt/lego-monitoring/.venv/bin/python /opt/lego-monitoring/service.py
|
||||||
Type=exec
|
Type=exec
|
||||||
Restart=always
|
Restart=always
|
||||||
|
RestartSec=5s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue