mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
group = 1000 is not a good default as that can be any group and in most cases gid=1000 is the chrony group. adduser in alpine creates usergroups so make use useradd does as well.
9 lines
123 B
Diff
9 lines
123 B
Diff
--- a/etc/useradd
|
|
+++ b/etc/useradd
|
|
@@ -1,5 +1,4 @@
|
|
# useradd defaults file
|
|
-GROUP=1000
|
|
HOME=/home
|
|
INACTIVE=-1
|
|
EXPIRE=
|