separate the service stuff into its own section

This commit is contained in:
Marco Cawthorne 2023-11-18 17:24:31 -08:00
parent 5e6497f8c3
commit 268a56df5a
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ https://code.idtech.space/eukara/gist/raw/branch/main/freehlded-bootstrap.sh
...and you cloned this repo into its own directory inside of it, e.g. `configs/`,
simply run `./copy-cfgs.sh` and it will copy the `server.cfg` files.
## systemd services, the rundown
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. If you want them to keep running after logging out, *enable lingering* like so: `sudo loginctl enable-linger username`