aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-07-03 21:57:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-07-03 21:57:28 +0300
commitaca0db52e100b02fd26285cee24686826baf80f5 (patch)
treee5bb4cb61ff8360b75249ba1c3515257a1794be5
parentremove trailing colons (diff)
downloadlinux-status-aca0db52e100b02fd26285cee24686826baf80f5.tar.gz
linux-status-aca0db52e100b02fd26285cee24686826baf80f5.zip
README update
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90c1f1f..bb4d64f 100644
--- a/README.md
+++ b/README.md
@@ -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