Add etherpad

This commit is contained in:
polyfloyd 2022-10-31 21:19:33 +01:00
parent fb420558c9
commit 37a91000f4
9 changed files with 314 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Managed by Ansible
[Unit]
Description=Etherpad
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=10s
ExecStart=/opt/etherpad/src/bin/run.sh /var/log/etherpad.log
User=etherpad
[Install]
WantedBy=multi-user.target