/* Herkunft */
[stratum0-wiki.git] / Gapadriel%2Fetherpad-service.mw
index 01dc399..fb487a1 100644 (file)
@@ -1,15 +1,19 @@
+<pre>
 [Unit]
 Description=Run Etherpad-lite, the collaborative editor.
 After=rsyslog.service network.target
 Requires=rsyslog.service network.target
-
 [Service]
 Type=simple
 Environment=NODE_ENV=production
 ExecStart=/var/lib/etherpad/etherpad-lite/bin/run.sh
 WorkingDirectory=/var/lib/etherpad/etherpad-lite/
+Restart=always
+RestartSec=5
 User=etherpad
 Group=etherpad
-
 [Install]
 WantedBy=multi-user.target
+</pre>
This page took 0.022776 seconds and 4 git commands to generate.