diff options
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 |