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

command="/usr/sbin/${SVCNAME}"
command_args="${SINFOD_OPTS}"

depend() {
	need net
}