3 lines
40 B
Bash
3 lines
40 B
Bash
#!/bin/sh
|
|
exec /usr/sbin/dhcpd -4 -f -d
|
#!/bin/sh
|
|
exec /usr/sbin/dhcpd -4 -f -d
|