blob: 2567fa24d0e711643e1ec3273c081b204c526b13 (
plain)
1
2
3
4
|
{% include 'jail_confs/_default.j2' %}
exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/media/manga /usr/local/jails/containers/komga/mnt/manga || echo 'Failed to mount'";
exec.poststop += "umount /usr/local/jails/containers/komga/mnt/manga || echo 'Failed to umount'";
|