aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd/linux-status.service
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-02-27 19:19:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-02-27 19:19:32 +0300
commitb17e2ef428609a34de8a899dbd82a7069420c876 (patch)
tree2b12dfb963ffc31271739ced19f37834c4f0b207 /systemd/linux-status.service
parentremove obsolete user panels (diff)
downloadlinux-status-b17e2ef428609a34de8a899dbd82a7069420c876.tar.gz
linux-status-b17e2ef428609a34de8a899dbd82a7069420c876.zip
systemd/ -> dist/systemd/
Diffstat (limited to 'systemd/linux-status.service')
-rw-r--r--systemd/linux-status.service10
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