diff options
Diffstat (limited to 'ansible/roles/etherpad/templates/openrc')
| -rw-r--r-- | ansible/roles/etherpad/templates/openrc/etherpad | 2 |
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 \ |
