From fa6505dc69a2a6945324744d8134de0b186be808 Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Thu, 24 Sep 2015 16:17:31 +0300 Subject: testing/csync2: upgrade to 2.0 --- testing/csync2/csync2.initd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/csync2/csync2.initd (limited to 'testing/csync2/csync2.initd') diff --git a/testing/csync2/csync2.initd b/testing/csync2/csync2.initd new file mode 100644 index 0000000000..0caa339d61 --- /dev/null +++ b/testing/csync2/csync2.initd @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +name="$SVCNAME" +pidfile="/var/run/$SVCNAME.pid" +command="/usr/sbin/$SVCNAME" +command_args="-ii" +command_background="yes" +required_files="/etc/csync2/csync2.cfg /etc/csync2/csync2_ssl_key.pem /etc/csync2/csync2_ssl_cert.pem" + +depend() { + need net localmount + after firewall +} -- cgit v1.2.3