We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8006d commit be95052Copy full SHA for be95052
service/status-server.service
@@ -2,7 +2,7 @@
2
Description=ServerStatus-Server
3
After=network.target
4
[Service]
5
-ExecStart=/usr/local/ServerStatus/server/sergate --config=/usr/local/ServerStatus/server/config.json --web-dir=/usr/local/ServerStatus/web --port $PORT
+ExecStart=/usr/local/ServerStatus/server/sergate --config=/usr/local/ServerStatus/server/config.json --web-dir=/usr/local/ServerStatus/web
6
ExecReload=/bin/kill -HUP $MAINPID
7
Restart=on-failure
8
[Install]
0 commit comments