3 lines
88 B
Bash
3 lines
88 B
Bash
#!/bin/sh
|
|
/usr/sbin/dhcpd -6 -q -user dhcp -cf /etc/dhcpd6.conf -pf /var/run/dhcpd6.pid
|
#!/bin/sh
|
|
/usr/sbin/dhcpd -6 -q -user dhcp -cf /etc/dhcpd6.conf -pf /var/run/dhcpd6.pid
|