Files
gentoo/net-misc/etherdfs/files/etherdfs.initd
Conrad Kostecki 87194a48f4 net-misc/etherdfs: New package
EtherDFS is an 'installable filesystem' TSR for DOS.
It maps a drive from a remote computer
to a local drive letter, using raw ethernet frames to communicate.

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2019-12-27 15:07:25 +01:00

12 lines
242 B
Plaintext

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