mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +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
|
||||
Type=exec
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue