mirror of https://github.com/cppla/ServerStatus
Add files via upload
parent
7d02f16fff
commit
fc977367ba
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=ServerStatus-Server
|
||||
After=network.target
|
||||
[Service]
|
||||
EnvironmentFile=/usr/local/ServerStatus/server/config.conf
|
||||
ExecStart=/root/ServerStatus/server/sergate --config=config.json --web-dir=/var/www/html
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue