From: Daniel Bohrer Date: Thu, 21 May 2015 21:48:44 +0000 (+0000) Subject: systemd unit file für etherpad X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/commitdiff_plain/70df24d02e796c2fcb6bce50b543fa386d700427?ds=sidebyside;hp=3e50c1276c5398023cd80c0d28e5147b9139827c systemd unit file für etherpad --- 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