blob: a9f7d066d1d47ecc8b13a5112b0c2f2422a83543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/sbin/runscript
# 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
|