You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEB packages from v0.23.0 release create non-system user and group with /home/headscale home dir and /bin/sh shell.
Expected Behavior
Creating system user and system group with /var/lib/headscale home dir and /usr/sbin/nologin shell.
Similar to the way described in thedocumentation for installation from official standalone binaries
I see that postinstall.sh was updated in #2134 after release of v0.23.0 with fixes for home dir and shell, but maybe it still makes sense to create system user and system group?
E.g. by adding -r option for useradd and groupadd and adding -S option for Alpine's addgroup, like
Is this a support request?
Is there an existing issue for this?
Current Behavior
DEB packages from v0.23.0 release create non-system user and group with
/home/headscale
home dir and/bin/sh
shell.Expected Behavior
Creating system user and system group with
/var/lib/headscale
home dir and/usr/sbin/nologin
shell.Similar to the way described in thedocumentation for installation from official standalone binaries
Steps To Reproduce
Install v0.23.0 using DEB package from the GitHub releases page on a system where no headscale user and group exists.
Environment
Runtime environment
Anything else?
I see that postinstall.sh was updated in #2134 after release of v0.23.0 with fixes for home dir and shell, but maybe it still makes sense to create system user and system group?
E.g. by adding
-r
option foruseradd
andgroupadd
and adding-S
option for Alpine'saddgroup
, likeThe text was updated successfully, but these errors were encountered: