mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
login alerts
This commit is contained in:
parent
3eb358d618
commit
0e177210f6
10 changed files with 85 additions and 5 deletions
11
assets/lego-monitoring.service
Normal file
11
assets/lego-monitoring.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
After=docker.service
|
||||
|
||||
[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