etherpad: New version
This commit is contained in:
parent
19d95cb352
commit
fc5913d56b
7 changed files with 32 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue