summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-04-08 22:35:22 -0700
committerMatt Turner <mattst88@gmail.com>2020-04-08 22:35:22 -0700
commit1b5e11280f2472532b0baa4f6c7cf05627806911 (patch)
treee2c6f0730edcb07b8b08ab9f5eb4141214797a76
parent414b067f8e3f7daeefda0462934ec36d4f128310 (diff)
Add info about enabling lingeringHEADmaster
-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