diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 21:57:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 21:57:28 +0300 |
commit | aca0db52e100b02fd26285cee24686826baf80f5 (patch) | |
tree | e5bb4cb61ff8360b75249ba1c3515257a1794be5 /README.md | |
parent | remove trailing colons (diff) | |
download | linux-status-aca0db52e100b02fd26285cee24686826baf80f5.tar.gz linux-status-aca0db52e100b02fd26285cee24686826baf80f5.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -14,6 +14,16 @@ Clone to /srv/linux-status and use [config-links]: > ~/workspace/personal/config-links/update.sh ... +or just copy linux-status.service from this repository to your $HOME: + + > pwd + /srv/linux-status + + > mkdir -p ~/.config/systemd/user/ + > cp '%HOME%/.config/systemd/user/linux-status.service' ~/.config/systemd/user/ + +Enable & start the service: + > loginctl enable-linger "$( whoami )" > systemctl --user enable linux-status > systemctl --user start linux-status |