Add files via upload

This commit is contained in:
jwstaceyOvO 2022-02-14 12:30:17 +08:00 committed by GitHub
parent 7d02f16fff
commit fc977367ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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