diff options
Diffstat (limited to 'net-misc/ethflop/files/ethflopd.initd')
-rw-r--r-- | net-misc/ethflop/files/ethflopd.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/ethflop/files/ethflopd.initd b/net-misc/ethflop/files/ethflopd.initd new file mode 100644 index 000000000000..d00c63f980ae --- /dev/null +++ b/net-misc/ethflop/files/ethflopd.initd @@ -0,0 +1,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 +} |