mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2026-04-26 03:29:36 +01:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if grep -q "^\#.*define.*HAVE_DBUS" config.h || grep -q HAVE_DBUS ; then
|
|
exec $*
|
|
fi
|
|
|
|
|