diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-25 13:30:05 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-25 13:30:05 +0200 |
| commit | bd0deda7816914f35f343fa394ff2fefac1a7207 (patch) | |
| tree | 3df3ecae42b18d67a805a7289815032f5b18681e /templates | |
| parent | 575d5b9731cfbf8f2e08a5def79ffd2a550d3700 (diff) | |
Move startup scripts to rc.d system
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/jail_confs/dl.j2 | 2 | ||||
| -rw-r--r-- | templates/jail_confs/plex.j2 | 3 |
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"; |
