Seite angelegt
[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 ExecStart=/var/lib/etherpad/etherpad-lite/bin/run.sh
9 WorkingDirectory=/var/lib/etherpad/etherpad-lite/
10 User=etherpad
11 Group=etherpad
12
13 [Install]
14 WantedBy=multi-user.target
This page took 0.052416 seconds and 5 git commands to generate.