mirror of
https://github.com/pygos/build.git
synced 2024-11-16 16:37:10 +01:00
Fix: basefiles: add missing user/group for dhcpcd
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
c5ae802ca0
commit
5e085927ea
2 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,5 @@ dnsmasq:x:51:
|
|||
unbound:x:52:
|
||||
syslogd:x:53:
|
||||
nginx:x:54:
|
||||
dhcpcd:x:55:
|
||||
nogroup:x:99:
|
||||
|
|
|
@ -4,4 +4,5 @@ dnsmasq:x:51:51:dnsmasq user:/dev/null:/bin/false
|
|||
unbound:x:52:52:unbound user:/dev/null:/bin/false
|
||||
syslogd:x:53:53:syslog user:/dev/null:/bin/false
|
||||
nginx:x:54:54:syslog user:/dev/null:/bin/false
|
||||
dhcpcd:x:55:55:dhcpcd user:/var/run/dhcpcd_chroot:/bin/false
|
||||
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
|
||||
|
|
Loading…
Reference in a new issue