summaryrefslogtreecommitdiff
blob: 5b9f9c75d500f351e23e578476881de4a3125cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

depend() {
	need localmount
	after net modules
	use dns logger
}

command=/usr/sbin/${SVCNAME}
command_args="${MIREDO_OPTS}"
pidfile=/var/run/${SVCNAME}.pid