18 lines
356 B
Django/Jinja
18 lines
356 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/etherpad-lite/bin/run.sh --stack-size=4096
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|