mirror of https://github.com/cppla/ServerStatus
Create status-client.service
parent
4792821e8e
commit
7d02f16fff
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=ServerStatus-Client
|
||||
After=network.target
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /root/ServerStatus/clients/client-linux.py
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue