aboutsummaryrefslogtreecommitdiffstats
path: root/templates/jail_confs/syncthing.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/jail_confs/syncthing.j2')
-rw-r--r--templates/jail_confs/syncthing.j211
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/jail_confs/syncthing.j2 b/templates/jail_confs/syncthing.j2
deleted file mode 100644
index 980d47c..0000000
--- a/templates/jail_confs/syncthing.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-{% include 'jail_confs/_default.j2' %}
-
-exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/docs /usr/local/jails/containers/syncthing/mnt/docs || echo 'Failed to mount'";
-exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/vault /usr/local/jails/containers/syncthing/mnt/vault || echo 'Failed to mount'";
-exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/jan-systems-2025-content /usr/local/jails/containers/syncthing/mnt/jan-systems-2025-content || echo 'Failed to mount'";
-exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/projects-ableton /usr/local/jails/containers/syncthing/mnt/projects-ableton || echo 'Failed to mount'";
-
-exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/projects-ableton || echo 'Failed to umount'";
-exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/jan-systems-2025-content || echo 'Failed to umount'";
-exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/vault || echo 'Failed to umount'";
-exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/docs || echo 'Failed to umount'";