From 1b5e11280f2472532b0baa4f6c7cf05627806911 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 8 Apr 2020 22:35:22 -0700 Subject: Add info about enabling lingering --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3