summaryrefslogtreecommitdiff
path: root/net-vpn/miredo/files/miredo.rc.2
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/miredo/files/miredo.rc.2')
-rw-r--r--net-vpn/miredo/files/miredo.rc.213
1 files changed, 13 insertions, 0 deletions
diff --git a/net-vpn/miredo/files/miredo.rc.2 b/net-vpn/miredo/files/miredo.rc.2
new file mode 100644
index 000000000000..c0ae6d0d1495
--- /dev/null
+++ b/net-vpn/miredo/files/miredo.rc.2
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+ need localmount
+ after net modules
+ use dns logger
+}
+
+command=/usr/sbin/${SVCNAME}
+command_args="${MIREDO_OPTS}"
+pidfile=/var/run/${SVCNAME}.pid