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

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

depend() {
	need net
}