kiss-mfavila-large/community-mod/stable/postgresql/post-install

8 lines
166 B
Bash
Executable File

#!/bin/sh -e
cat <<EOF
NOTE: postgresql needs it's own user for security reasons which can be
created by running the following command:
# adduser postgres
EOF