projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3673f30fe524fca790f63f44a8ed78e45e2129ad
[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