diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-13 16:34:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-13 16:34:41 +0300 |
commit | 8f0a5972cbefcd649e45dc007bb8fa7238355b0b (patch) | |
tree | 160417316dea2dde7bfd10d652a8423aa265d515 /systemd/linux-status.service | |
parent | "updated" -> "refreshed" (diff) | |
download | linux-status-8f0a5972cbefcd649e45dc007bb8fa7238355b0b.tar.gz linux-status-8f0a5972cbefcd649e45dc007bb8fa7238355b0b.zip |
drop the dependency on config-links
Diffstat (limited to 'systemd/linux-status.service')
-rw-r--r-- | systemd/linux-status.service | 12 |
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 |