diff options
author | Matt Turner <mattst88@gmail.com> | 2020-04-08 22:35:22 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2020-04-08 22:35:22 -0700 |
commit | 1b5e11280f2472532b0baa4f6c7cf05627806911 (patch) | |
tree | e2c6f0730edcb07b8b08ab9f5eb4141214797a76 | |
parent | 414b067f8e3f7daeefda0462934ec36d4f128310 (diff) |
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |