summaryrefslogtreecommitdiff
blob: c0ae6d0d1495fba3634f027988895aad998d0130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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