separate the service stuff into its own section
This commit is contained in:
parent
5e6497f8c3
commit
268a56df5a
1 changed files with 2 additions and 0 deletions
|
@ -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/`,
|
...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.
|
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.
|
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`
|
**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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue