diff options
Diffstat (limited to 'bridge/init/bridge-dhcp')
-rw-r--r-- | bridge/init/bridge-dhcp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bridge/init/bridge-dhcp b/bridge/init/bridge-dhcp deleted file mode 100644 index fd93116..0000000 --- a/bridge/init/bridge-dhcp +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -description="Bridge dhcp daemon" -command="/usr/sbin/dhcpd" -pidfile="/run/bridge-dhcp.pid" -command_args="-4 -pf $pidfile -cf /etc/dhcp/bridge_dhcpd.conf bridge" - -depend() { - need bridge - use logger -} |