systemd unit file für etherpad
authorDaniel Bohrer <Daniel Bohrer@stratum0.org/mediawiki/>
Thu, 21 May 2015 21:48:44 +0000 (21:48 +0000)
committerDaniel Bohrer <Daniel Bohrer@stratum0.org/mediawiki/>
Thu, 21 May 2015 21:48:44 +0000 (21:48 +0000)
Gapadriel%2Fetherpad-service.mw [new file with mode: 0644]

diff --git a/Gapadriel%2Fetherpad-service.mw b/Gapadriel%2Fetherpad-service.mw
new file mode 100644 (file)
index 0000000..7fd2c53
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=Run Etherpad-lite, the collaborative editor.
+After=rsyslog.service network.target
+Requires=rsyslog.service network.target
+
+[Service]
+Type=simple
+ExecStart=/var/lib/etherpad/etherpad-lite/bin/run.sh
+WorkingDirectory=/var/lib/etherpad/etherpad-lite/
+User=etherpad
+Group=etherpad
+
+[Install]
+WantedBy=multi-user.target
This page took 0.021341 seconds and 4 git commands to generate.