{{ 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/etherpad-lite/bin/run.sh --stack-size=4096
Restart=always
RestartSec=5s

[Install]
WantedBy=multi-user.target