From 70df24d02e796c2fcb6bce50b543fa386d700427 Mon Sep 17 00:00:00 2001 From: Daniel Bohrer Date: Thu, 21 May 2015 21:48:44 +0000 Subject: [PATCH] =?utf8?q?systemd=20unit=20file=20f=C3=BCr=20etherpad?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Gapadriel%2Fetherpad-service.mw | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Gapadriel%2Fetherpad-service.mw diff --git a/Gapadriel%2Fetherpad-service.mw b/Gapadriel%2Fetherpad-service.mw new file mode 100644 index 000000000..7fd2c538e --- /dev/null +++ b/Gapadriel%2Fetherpad-service.mw @@ -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 -- 2.20.1