diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-03 23:36:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-03 23:36:25 +0300 |
commit | 3f3a27288b6377e1224ef7934a0da74ba54d5d88 (patch) | |
tree | 93de02cc248ad6dd56d0554f8cdba05e20168af6 /dist | |
parent | remove the sudoers.d file (diff) | |
download | linux-status-3f3a27288b6377e1224ef7934a0da74ba54d5d88.tar.gz linux-status-3f3a27288b6377e1224ef7934a0da74ba54d5d88.zip |
fix the systemd unit
Diffstat (limited to '')
-rw-r--r-- | dist/systemd/linux-status.service | 2 |
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 |