From 8f0a5972cbefcd649e45dc007bb8fa7238355b0b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Aug 2019 16:34:25 +0300 Subject: drop the dependency on config-links --- systemd/linux-status.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systemd/linux-status.service (limited to 'systemd') diff --git a/systemd/linux-status.service b/systemd/linux-status.service new file mode 100644 index 0000000..3ba1964 --- /dev/null +++ b/systemd/linux-status.service @@ -0,0 +1,12 @@ +# Adjust as you see fit: + +[Unit] +Description=linux-status + +[Service] +Type=simple +WorkingDirectory=%h/workspace/personal/linux-status +ExecStart=/usr/bin/python3 -m http.server --cgi 18101 + +[Install] +WantedBy=default.target -- cgit v1.2.3