From aca0db52e100b02fd26285cee24686826baf80f5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 3 Jul 2018 21:57:28 +0300 Subject: README update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3