diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..90c1f1f --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +linux-status +============ + +Simple Linux status web pages. + +Deployment +---------- + +Clone to /srv/linux-status and use [config-links]: + + > pwd + /srv/linux-status + + > ~/workspace/personal/config-links/update.sh + ... + + > loginctl enable-linger "$( whoami )" + > systemctl --user enable linux-status + > systemctl --user start linux-status + +[config-links]: https://github.com/egor-tensin/config-links + +License +------- +Distributed under the MIT License. +See [LICENSE.txt] for details. + +[LICENSE.txt]: LICENSE.txt |