diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 01:29:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 01:29:22 +0300 |
commit | f71638271a197927660e955a0b53c9deff2d757d (patch) | |
tree | 089b842a7a69a12fab9123b0df0110fdf14e0763 /README.md | |
download | linux-status-f71638271a197927660e955a0b53c9deff2d757d.tar.gz linux-status-f71638271a197927660e955a0b53c9deff2d757d.zip |
initial commit
Diffstat (limited to 'README.md')
-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 |