#!/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
}