3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
/usr/sbin/dhclient -6 -q -cf /etc/dhclient6.conf -pf /var/run/dhclient6.pid
|
#!/bin/sh
|
|
/usr/sbin/dhclient -6 -q -cf /etc/dhclient6.conf -pf /var/run/dhclient6.pid
|