From a94cc0037880958cb2b022f29ec6631597450e3c Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Sat, 18 Nov 2023 16:46:34 -0800 Subject: [PATCH] add note about lingering in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d8ba5..eee17e6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ https://code.idtech.space/eukara/gist/raw/branch/main/freehlded-bootstrap.sh simply run `./copy-cfgs.sh` and it will copy the `server.cfg` files. You can also run `sudo ./install-services.sh` to install the systemd service files. -**Do edit them first**, they assume the dedicated server sits in `~/halflife`. They'll be run in user mode. +**Do edit them first**, they assume the dedicated server sits in `~/halflife`. They'll be run in user mode. If you want them to keep running after logging out, *enable lingering* like so: `sudo loginctl enable-linger username` From then on you can enable them all like this: