Debian startup fix.
diff --git a/debian/changelog b/debian/changelog
index 7c2bec7..9887336 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,8 @@
    * Fix nodocs/nodoc confusion in rules. (closes: #922758)
    * Add Vcs-* fields to control. (closes: #922422)
    * Add systemd support for multiple daemon instances. (closes: #914305)
-
+   * Add note explaining that ENABLED is SYSV-init only. (closes: #914755)
+	
  -- Simon Kelley <simon@thekelleys.org.uk>  Fri, 1 Mar 2019 17:19:25 +0000
 
 dnsmasq (2.80-1) unstable; urgency=low
diff --git a/debian/default b/debian/default
index 9ccbd3c..5386693 100644
--- a/debian/default
+++ b/debian/default
@@ -17,6 +17,8 @@
 #DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.alt"
 
 # Whether or not to run the dnsmasq daemon; set to 0 to disable.
+# Note that this is only valid when using SYSV init. For systemd,
+# use "systemctl disable dnsmasq"
 ENABLED=1
 
 # By default search this drop directory for configuration options.