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
# `nogroup` group is historically reserved for NFS.
8
+
# We don't use any NFS related tools in this image.
9
+
# For the same reason of NFS using the gid, we can also use it as long as there are no conflicts in terms of running processes with the same egid (which is 1 in our case).
10
+
# While 65533 raw gid could be used, renaming nogroup to rocketchat here for maximum compatibility with older debian image.
11
+
# More info on nobody/nogroup - https://wiki.ubuntu.com/nobody
12
+
# Debian wiki - https://wiki.debian.org/SystemGroups
13
+
# """
14
+
# daemon: Some unprivileged daemons that need to write to files on disk run as daemon.daemon (e.g., portmap, atd, probably others).
15
+
# Daemons that don't need to own any files can run as nobody.nogroup instead,
16
+
# and more complex or security conscious daemons run as dedicated users.
17
+
# The daemon user is also handy for locally installed daemons.
0 commit comments