#!/sbin/openrc-run
# Copyright 2018 Hyperbola Project
# Distributed under the terms of the GNU General Public License v2

description="IPv6 DHCP client service"

command="/usr/sbin/dhclient"
command_args="-6 -q -cf /etc/dhclient6.conf -pf /var/run/dhclient6.pid"

depend() {
	need net
	use logger dns ldap slapd
}
