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