aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-13 16:34:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-13 16:34:41 +0300
commit8f0a5972cbefcd649e45dc007bb8fa7238355b0b (patch)
tree160417316dea2dde7bfd10d652a8423aa265d515 /systemd
parent"updated" -> "refreshed" (diff)
downloadlinux-status-8f0a5972cbefcd649e45dc007bb8fa7238355b0b.tar.gz
linux-status-8f0a5972cbefcd649e45dc007bb8fa7238355b0b.zip
drop the dependency on config-links
Diffstat (limited to 'systemd')
-rw-r--r--systemd/linux-status.service12
1 files changed, 12 insertions, 0 deletions
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