summaryrefslogtreecommitdiff
path: root/net-misc/etherdfs/files/etherdfs.initd
blob: dd3b0b27d5ac34cacf3a9c5e95c76158c10d0b73 (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="etherdfs daemon"
command="/usr/bin/ethersrv-linux"
command_args="${INTERFACE} ${STORAGEDIR}"

depend() {
	need net
}