Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created December 6, 2011 04:03
Show Gist options
  • Save jnbek/1436672 to your computer and use it in GitHub Desktop.
Save jnbek/1436672 to your computer and use it in GitHub Desktop.
Postgres Jail
I had added this value to /etc/sysctl.conf:
# For PostgreSQL jails
security.jail.sysvipc_allowed=1
I needed to set this in /etc/rc.conf
jail_sysvipc_allow="YES" # For PostgreSQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment