aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dist/systemd
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-03 23:36:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-03 23:36:25 +0300
commit3f3a27288b6377e1224ef7934a0da74ba54d5d88 (patch)
tree93de02cc248ad6dd56d0554f8cdba05e20168af6 /dist/systemd
parentremove the sudoers.d file (diff)
downloadlinux-status-3f3a27288b6377e1224ef7934a0da74ba54d5d88.tar.gz
linux-status-3f3a27288b6377e1224ef7934a0da74ba54d5d88.zip
fix the systemd unit
Diffstat (limited to 'dist/systemd')
-rw-r--r--dist/systemd/linux-status.service2
1 files changed, 1 insertions, 1 deletions
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