aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd
diff options
context:
space:
mode:
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