Add parameter jail_sysvipc_allow=YES in /etc/rc.conf on FreeBSD host.

This commit is contained in:
Zhang Huangbin 2017-03-28 13:16:04 +08:00
parent afa72f2829
commit 22092edcd5
2 changed files with 10 additions and 4 deletions

View File

@ -41,14 +41,17 @@ and it may not be working as expected.
# make install clean
```
* Enable ezjail service by appending below line in `/etc/rc.conf`:
* Enable ezjail service and sysvipc by appending lines below to `/etc/rc.conf`:
```
# Start ezjail while system start up
ezjail_enable="YES"
# Enable sysvipc. Required by PostgreSQL.
jail_sysvipc_allow="YES"
```
* Enable a new parameter in `/etc/sysctl.conf`, this is required if you're
* Add parameter in `/etc/sysctl.conf`, this is required if you're
going to install iRedMail with PostgreSQL backend.
```

View File

@ -78,14 +78,17 @@ and it may not be working as expected.</p>
</code></pre>
<ul>
<li>Enable ezjail service by appending below line in <code>/etc/rc.conf</code>:</li>
<li>Enable ezjail service and sysvipc by appending lines below to <code>/etc/rc.conf</code>:</li>
</ul>
<pre><code># Start ezjail while system start up
ezjail_enable=&quot;YES&quot;
# Enable sysvipc. Required by PostgreSQL.
jail_sysvipc_allow=&quot;YES&quot;
</code></pre>
<ul>
<li>Enable a new parameter in <code>/etc/sysctl.conf</code>, this is required if you're
<li>Add parameter in <code>/etc/sysctl.conf</code>, this is required if you're
going to install iRedMail with PostgreSQL backend.</li>
</ul>
<pre><code>security.jail.sysvipc_allowed=1