projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make letsencrypt optional for apache/postfix
[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
13
[Install]
14
WantedBy=multi-user.target