[SOLVED] Make allow.sysvipc persistent on a PostgreSQL jail

Status
Not open for further replies.

iXô

Dabbler
Joined
Jun 11, 2014
Messages
41
Hello,

I wanted to create a jail dedicated to database servers.

I first test with PostgreSQL and found that I had to enable sysv ipc to make it works.

I can enable it, from the freenas instance by using this command :

Code:
jail -m jid=1 allow.sysvipc=1


But I would like to make it persistent, how can I do that ?

Best regards.
 

iXô

Dabbler
Joined
Jun 11, 2014
Messages
41
Ok, nevermind ! I have just discovered the sysctls settings in advanced mode when editing a jail.

I have added my sysctl settings there and that works.

Sorry for the trouble.
 
Status
Not open for further replies.
Top