kurkos.sh 104 B

123
  1. groupadd -g 41 postgres &&
  2. useradd -c "PostgreSQL Server" -g postgres -d /srv/pgsql/data -u 41 postgres