3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/sh
|
|
exec /usr/sbin/dhclient -4 -q -cf /etc/dhclient.conf -pf /var/run/dhclient.pid
|