Skip to content

Commit 3c7f19e

Browse files
committed
Don't create home dir for pg2s3 user
1 parent 2b8d942 commit 3c7f19e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/postinstall.sh

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ if ! getent passwd pg2s3 >/dev/null; then
1111
useradd \
1212
--system \
1313
--gid pg2s3 \
14-
--create-home \
15-
--home-dir /var/lib/pg2s3 \
1614
--shell /usr/sbin/nologin \
1715
--comment "pg2s3 database backups" \
1816
pg2s3

0 commit comments

Comments
 (0)