Add monitoring.service
This commit is contained in:
parent
5a9513247f
commit
c1256e92d4
1 changed files with 11 additions and 0 deletions
11
monitoring.service
Normal file
11
monitoring.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=System Resources Monitoring
|
||||
|
||||
[Service]
|
||||
Environment=WEBHOOK_URL=
|
||||
ExecStart=/home/viyurz/vps/monitoring.py
|
||||
Restart=always
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue