mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 00:50:20 +09:00
63035cdb5a
* 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: https://github.com/juanfont/headscale/blob/fe68f503289db6cb1c2a568b8ae02a45ac632dd6/docs/running-headscale-linux-manual.md?plain=1#L39-L45 Fixes juanfont/headscale#2133 * slight refactor to use existing variables. * Fixup for HOME_DIR var