ansible/roles/etherpad/templates/systemd/system/etherpad-lite.service.j2

18 lines
353 B
Django/Jinja

{{ ansible_header | comment }}
[Unit]
Description=etherpad-lite (real-time collaborative document editing)
After=syslog.target network.target
[Service]
Type=simple
User=etherpad
Group=etherpad
Environment=NODE_ENV=production
ExecStart=/var/www/{{ item }}/bin/run.sh --stack-size=4096
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target