fb487a1fe43a6127daedd8f62c2509cf364ec238
[stratum0-wiki.git] / Gapadriel%2Fetherpad-service.mw
1 <pre>
2 [Unit]
3 Description=Run Etherpad-lite, the collaborative editor.
4 After=rsyslog.service network.target
5 Requires=rsyslog.service network.target
6
7 [Service]
8 Type=simple
9 Environment=NODE_ENV=production
10 ExecStart=/var/lib/etherpad/etherpad-lite/bin/run.sh
11 WorkingDirectory=/var/lib/etherpad/etherpad-lite/
12 Restart=always
13 RestartSec=5
14 User=etherpad
15 Group=etherpad
16
17 [Install]
18 WantedBy=multi-user.target
19 </pre>
This page took 0.047833 seconds and 3 git commands to generate.