You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/miredo/files/miredo.rc.2

15 lines
394 B

#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/miredo/files/miredo.rc.2,v 1.1 2013/02/20 19:14:41 flameeyes Exp $
depend() {
need localmount
after net modules
use dns logger
}
command=/usr/sbin/${SVCNAME}
command_args="${MIREDO_OPTS}"
pidfile=/var/run/${SVCNAME}.pid