summaryrefslogtreecommitdiff
path: root/net-misc/ethflop/files/ethflopd.initd
blob: d00c63f980ae0c54fd7a043e45b9b263cd507d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="ethflopd daemon"
command="/usr/bin/ethflopd"
command_args="${INTERFACE} ${STORAGEDIR}"

depend() {
	need net
}