We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4792821 + 22847aa commit 0b9e747Copy full SHA for 0b9e747
service/status-client.service
@@ -0,0 +1,9 @@
1
+[Unit]
2
+Description=ServerStatus-Client
3
+After=network.target
4
+[Service]
5
+ExecStart=/usr/bin/python3 /usr/local/ServerStatus/clients/client-linux.py
6
+ExecReload=/bin/kill -HUP $MAINPID
7
+Restart=on-failure
8
+[Install]
9
+WantedBy=multi-user.target
service/status-server.service
+Description=ServerStatus-Server
+ExecStart=/usr/local/ServerStatus/server/sergate --config=/usr/local/ServerStatus/server/config.json --web-dir=/usr/local/ServerStatus/web
0 commit comments