summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-16 15:52:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-17 10:58:30 +0100
commit6c7f822f4cc7eaba6638f4812fe57fc8bd74773d (patch)
tree4907361520e52fd3c81997e6c0f3b587c0a784c5 /rules/dnsmasq.in
parentc860214e3cab52ff03831bb88fa1da18540b73ac (diff)
downloadptxdist-6c7f822f4cc7eaba6638f4812fe57fc8bd74773d.tar.gz
ptxdist-6c7f822f4cc7eaba6638f4812fe57fc8bd74773d.tar.xz
dnsmasq: add systemd unit
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 5b9c50fe1..ed342d914 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -71,4 +71,10 @@ choice
endchoice
+config DNSMASQ_SYSTEMD_UNIT
+ bool
+ default y
+ depends on SYSTEMD
+ prompt "install systemd unit files for dnsmasq"
+
endif