From 3f3a27288b6377e1224ef7934a0da74ba54d5d88 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 3 Mar 2021 23:36:25 +0300 Subject: fix the systemd unit --- dist/systemd/linux-status.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/systemd/linux-status.service b/dist/systemd/linux-status.service index 0b13ec6..777fff8 100644 --- a/dist/systemd/linux-status.service +++ b/dist/systemd/linux-status.service @@ -4,7 +4,7 @@ Description=linux-status [Service] Type=simple WorkingDirectory=/srv/linux-status -ExecStart=/usr/bin/python3 -m http.server --cgi 18101 +ExecStart=/srv/linux-status/server.py [Install] WantedBy=multi-user.target -- cgit v1.2.3