From b17e2ef428609a34de8a899dbd82a7069420c876 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Feb 2021 19:19:17 +0300 Subject: systemd/ -> dist/systemd/ --- dist/systemd/linux-status.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dist/systemd/linux-status.service (limited to 'dist/systemd/linux-status.service') diff --git a/dist/systemd/linux-status.service b/dist/systemd/linux-status.service new file mode 100644 index 0000000..0b13ec6 --- /dev/null +++ b/dist/systemd/linux-status.service @@ -0,0 +1,10 @@ +[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 -- cgit v1.2.3