diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-26 17:55:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-26 17:55:33 +0300 |
commit | ce7d94ca54bb148bda5600fc6b8381292cc0d25a (patch) | |
tree | 4ad74d539b867d491f62aa4f1035ab6fd5ffc931 | |
parent | README: add an example web page (diff) | |
download | linux-status-ce7d94ca54bb148bda5600fc6b8381292cc0d25a.tar.gz linux-status-ce7d94ca54bb148bda5600fc6b8381292cc0d25a.zip |
README: update
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ linux-status Simple Linux status web pages. -Shows your `top`, systemd units & timers, etc. +Shows your `top`, systemd units & timers, allows you to reboot, etc. What it looks like ------------------ @@ -19,6 +19,10 @@ To start a web server on port 18101: > python3 -m http.server --cgi 18101 +There's also a [systemd unit] that you can adjust to run the server. + +[systemd unit]: systemd/linux-status.service + License ------- Distributed under the MIT License. |