mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if grep "^\#.*define.*HAVE_DBUS" config.h 2>&1 >/dev/null || \
|
|
grep HAVE_DBUS 2>&1 >/dev/null ; then
|
|
exec $*
|
|
fi
|
|
|
|
|