aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/jail_confs/dl.j22
-rw-r--r--templates/jail_confs/plex.j23
2 files changed, 0 insertions, 5 deletions
diff --git a/templates/jail_confs/dl.j2 b/templates/jail_confs/dl.j2
index 324906f..d94cb82 100644
--- a/templates/jail_confs/dl.j2
+++ b/templates/jail_confs/dl.j2
@@ -1,5 +1,3 @@
{% include 'jail_confs/_epl_network.j2' %}
devfs_ruleset = 4;
allow.mlock;
-
-exec.poststart += "jexec ${name} sh ~/random_tunnel.sh";
diff --git a/templates/jail_confs/plex.j2 b/templates/jail_confs/plex.j2
deleted file mode 100644
index fd91b58..0000000
--- a/templates/jail_confs/plex.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-{% include 'jail_confs/_epl_network.j2' %}
-
-exec.poststart += "jexec ${name} sh ~/start_plex.sh";