mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
4 lines
111 B
Bash
4 lines
111 B
Bash
#!/bin/sh
|
|
adduser -S -D -H -h /dev/null -s /sbin/nologin -G postgres -g pgbouncer pgbouncer 2>/dev/null
|
|
exit 0
|