summarylogtreecommitdiffstats
path: root/dnsmasq@lxd.service
diff options
context:
space:
mode:
authorMaikel Wever2016-08-23 12:59:56 +0200
committerMaikel Wever2016-08-23 12:59:56 +0200
commit92e88b5a7d21291ed36e32c11dbaebc1dd550c02 (patch)
tree27ad8649f2c9beee0b510f1ca178e3975b7397a7 /dnsmasq@lxd.service
parent144916131688c69781c2ba225d821a8006c4e09c (diff)
downloadaur-92e88b5a7d21291ed36e32c11dbaebc1dd550c02.tar.gz
Update to 2.1 and fix dnsmasq dbus error
Diffstat (limited to 'dnsmasq@lxd.service')
-rw-r--r--dnsmasq@lxd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsmasq@lxd.service b/dnsmasq@lxd.service
index d56a9b784b39..a523cfec5118 100644
--- a/dnsmasq@lxd.service
+++ b/dnsmasq@lxd.service
@@ -9,7 +9,7 @@ Documentation=man:dnsmasq(8)
Type=dbus
BusName=uk.org.thekelleys.dnsmasq-lxd
ExecStartPre=/usr/bin/dnsmasq --test -C /etc/dnsmasq-lxd.conf
-ExecStart=/usr/bin/dnsmasq -k -C /etc/dnsmasq-lxd.conf --user=dnsmasq --pid-file --enable-dbus=uk.org.thekelleys.dnsmasq-lxd
+ExecStart=/usr/bin/dnsmasq -k -C /etc/dnsmasq-lxd.conf --user=dnsmasq --pid-file
ExecReload=/bin/kill -HUP $MAINPID
[Install]