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