aboutsummaryrefslogtreecommitdiffstats
path: root/templates/jail_confs/dl.j2
blob: 8d98ef46dfa4f59caca0575d3cf26748b1759e7d (plain)
1
2
3
4
5
6
{% include 'jail_confs/_epl_network.j2' %}
devfs_ruleset = 4;
allow.mlock;

exec.prestart    += "mount -t nullfs /usr/local/jails/volumes/storage /usr/local/jails/containers/dl/mnt/storage || echo 'Failed to mount'";
exec.poststop    += "umount /usr/local/jails/containers/dl/mnt/storage || echo 'Failed to umount'";