aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/etherpad/templates
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-12 16:29:14 +0100
committerJoe Carstairs <me@joeac.net>2026-08-12 16:29:14 +0100
commit96877bf48ae0920a3439dc3f7866638df4cc633c (patch)
treebe90f64027e869228ef3645df19c9e74d5e194c2 /ansible/roles/etherpad/templates
parent7a47d09292ac3e603f2701d1517c81108c1a7ac7 (diff)
ansible: pulls out src_dir var
Diffstat (limited to 'ansible/roles/etherpad/templates')
-rw-r--r--ansible/roles/etherpad/templates/openrc/etherpad2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/etherpad/templates/openrc/etherpad b/ansible/roles/etherpad/templates/openrc/etherpad
index 36e36f0..f5f7260 100644
--- a/ansible/roles/etherpad/templates/openrc/etherpad
+++ b/ansible/roles/etherpad/templates/openrc/etherpad
@@ -9,7 +9,7 @@ start()
--env NODE_ENV={{ etherpad_node_env }} \
--exec /usr/bin/pnpx \
--background \
- --chdir {{ etherpad_src_dir }} \
+ --chdir {{ src_dir }}/etherpad \
--stdout /var/log/etherpad.log \
--stderr /var/log/etherpad.log \
--make-pidfile \