diff options
Diffstat (limited to 'net-vpn/miredo/files/miredo.rc.2')
-rw-r--r-- | net-vpn/miredo/files/miredo.rc.2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-vpn/miredo/files/miredo.rc.2 b/net-vpn/miredo/files/miredo.rc.2 deleted file mode 100644 index c0ae6d0d149..00000000000 --- a/net-vpn/miredo/files/miredo.rc.2 +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |