summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index aa5cf27..1d04abd 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,15 @@ I want irssi to start and stop cleanly on system reboot, which means starting up
## Installation
-After installing the files, just enable the service:
+After installing the files, enable "Lingering" and enable the service itself:
```sh
+$ loginctl enable-linger $(whoami)
$ systemctl --user daemon-reload
$ systemctl --user enable --now irssi
```
+
The you can connect to tmux with
```sh