aboutsummaryrefslogtreecommitdiffstats
path: root/templates/jail_confs/komga.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/jail_confs/komga.j2')
-rw-r--r--templates/jail_confs/komga.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/jail_confs/komga.j2 b/templates/jail_confs/komga.j2
deleted file mode 100644
index 2567fa2..0000000
--- a/templates/jail_confs/komga.j2
+++ /dev/null
@@ -1,4 +0,0 @@
-{% 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'";