|
Lines 13-19
Link Here
|
| 13 |
start() { |
13 |
start() { |
| 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 |
} |