mirror of https://github.com/cppla/ServerStatus
10 lines
309 B
INI
10 lines
309 B
INI
[Unit]
|
|
Description=ServerStatus-Server
|
|
After=network.target
|
|
[Service]
|
|
ExecStart=/usr/local/ServerStatus/server/sergate --config=/usr/local/ServerStatus/server/config.json --web-dir=/usr/local/ServerStatus/web
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
[Install]
|
|
WantedBy=multi-user.target
|