projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
journalwatch: allow more TLS errors
[ansible.git]
/
roles
/
etherpad
/
templates
/
etherpad-lite.service
1
[Unit]
2
Description=etherpad-lite (real-time collaborative document editing)
3
After=syslog.target network.target
4
5
[Service]
6
Type=simple
7
User=nodejs
8
Group=nogroup
9
Environment=NODE_ENV=production
10
ExecStart=/srv/{{etherpad.domain}}/etherpad-lite/bin/run.sh
11
Restart=on-failure
12
RestartSec=1
13
14
[Install]
15
WantedBy=multi-user.target