-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
daemonHome #945
Comments
Hi @champtar Thanks for your report. Could you add some details :)
The current implementation handling the user creation is in the control-functions template. There is no # Adding system user
# $1 = user
# $2 = uid
# $3 = group
# $4 = description
# $5 = shell (defaults to /bin/false) The actual call is useradd $uid_flags --gid $group -r --shell $shell -c "$descr" $user |
Hi @muuki88, This is definitely a feature request :) (I know this is not implemented) Basically we just need to add Regards |
Ah 😄 I'm happy to merge a pull request that adds this feature if you have time. I'm not sure were to directly put this and if native-packager should take care of creating |
Hi,
by default daemonUser is created with home ==
/home/<username>
(which doesn't exists)as this is a daemon user that would make sense to point to
/usr/share/<packageName>
or/var/lib/<packageName>
or at least to have a config option
EDIT:
Using version 1.2.0-M8 packaging .deb for Ubuntu/Debian (but relevant for rpm), creating the package on Ubuntu 16.04 for now
Thanks
Etienne
The text was updated successfully, but these errors were encountered: