summarylogtreecommitdiffstats
path: root/stairspeedtest-webserver.service
diff options
context:
space:
mode:
Diffstat (limited to 'stairspeedtest-webserver.service')
-rw-r--r--stairspeedtest-webserver.service10
1 files changed, 3 insertions, 7 deletions
diff --git a/stairspeedtest-webserver.service b/stairspeedtest-webserver.service
index 97e12bc1628e..5257cc997286 100644
--- a/stairspeedtest-webserver.service
+++ b/stairspeedtest-webserver.service
@@ -2,13 +2,9 @@
Description=Stair Speedtest Web service
[Service]
-User=github-actions
-WorkingDirectory=/opt/stairspeedtest
-Type=exec
-ExecStart=/opt/stairspeedtest/stairspeedtest /web
-KillMode=process
-KillSignal=SIGINT
-TimeoutStopSec=5min
+User=root
+Type=simple
+ExecStart=/opt/stairspeedtest/webserver.sh
[Install]
WantedBy=multi-user.target