diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-27 19:19:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-27 19:19:32 +0300 |
commit | b17e2ef428609a34de8a899dbd82a7069420c876 (patch) | |
tree | 2b12dfb963ffc31271739ced19f37834c4f0b207 /systemd/linux-status.service | |
parent | remove obsolete user panels (diff) | |
download | linux-status-b17e2ef428609a34de8a899dbd82a7069420c876.tar.gz linux-status-b17e2ef428609a34de8a899dbd82a7069420c876.zip |
systemd/ -> dist/systemd/
Diffstat (limited to 'systemd/linux-status.service')
-rw-r--r-- | systemd/linux-status.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/systemd/linux-status.service b/systemd/linux-status.service deleted file mode 100644 index 0b13ec6..0000000 --- a/systemd/linux-status.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=linux-status - -[Service] -Type=simple -WorkingDirectory=/srv/linux-status -ExecStart=/usr/bin/python3 -m http.server --cgi 18101 - -[Install] -WantedBy=multi-user.target |