summarylogtreecommitdiffstats
path: root/stairspeedtest-webserver.service
blob: 97e12bc1628e0d68ed99c279daa3693fb9b8ca43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
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

[Install]
WantedBy=multi-user.target