diff options
Diffstat (limited to 'support/init.d.examples/dnsmasq.in')
-rw-r--r-- | support/init.d.examples/dnsmasq.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/init.d.examples/dnsmasq.in b/support/init.d.examples/dnsmasq.in index 52f2b945..2a3828cf 100644 --- a/support/init.d.examples/dnsmasq.in +++ b/support/init.d.examples/dnsmasq.in @@ -9,7 +9,7 @@ # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. -command=@PKG_PREFIX@/sbin/dnsmasq +command=/sbin/dnsmasq command_args=$dnsmasq_args pidfile=/var/run/dnsmasq.pid required_files=/etc/dnsmasq.conf |