etherpad: New version

This commit is contained in:
polyfloyd 2024-06-01 23:28:45 +02:00
parent 19d95cb352
commit fc5913d56b
7 changed files with 32 additions and 15 deletions

View file

@ -1,4 +1,4 @@
# Managed by Ansible
# {{ ansible_managed }}
[Unit]
Description=Etherpad
@ -8,10 +8,10 @@ After=network.target
Type=simple
Restart=always
RestartSec=10s
ExecStart=/opt/etherpad/src/bin/run.sh /var/log/etherpad.log
ExecStartPre=+/usr/bin/npm install pnpm -g
ExecStart=/opt/etherpad/bin/run.sh /var/log/etherpad.log
User=etherpad
Environment="NODE_ENV=production"
[Install]
WantedBy=multi-user.target