headscale/docs/packaging
Jacob Yundt 63035cdb5a
Update headscale user creation settings in .deb (#2134)
* Update headscale user creation settings in .deb

Update the headscale user settings to:
- shell = /usr/sbin/nologin
- home-dir = /var/lib/headscale

This syncs the .deb installation behavior with the current Linux docs:
fe68f50328/docs/running-headscale-linux-manual.md (L39-L45)

Fixes juanfont/headscale#2133

* slight refactor to use existing variables.

* Fixup for HOME_DIR var
2024-09-29 11:00:52 +00:00
..
headscale.systemd.service Add support for service reload and sync service file (#2102) 2024-09-05 10:08:50 +00:00
postinstall.sh Update headscale user creation settings in .deb (#2134) 2024-09-29 11:00:52 +00:00
postremove.sh Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00
README.md Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00

Packaging

We use nFPM for making .deb, .rpm and .apk.

This folder contains files we need to package with these releases.