|
Lines 14-20
Link Here
|
| 14 |
ebegin "Starting dnsmasq" |
14 |
ebegin "Starting dnsmasq" |
| 15 |
start-stop-daemon --start --exec /usr/sbin/dnsmasq \ |
15 |
start-stop-daemon --start --exec /usr/sbin/dnsmasq \ |
| 16 |
-- pidfile /var/run/dnsmasq.pid \ |
16 |
-- pidfile /var/run/dnsmasq.pid \ |
| 17 |
-- -x /var/run/dnsmasq.pid ${DNSMASQ_OPTS} |
17 |
-x /var/run/dnsmasq.pid ${DNSMASQ_OPTS} |
| 18 |
eend $? |
18 |
eend $? |
| 19 |
} |
19 |
} |
| 20 |
|
20 |
|