diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:44:50 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:44:50 (GMT) |
commit | c7d5220cabb6b67862e1bfa188c07e0d3821a294 (patch) | |
tree | f36132c071183cd86a6f7dd720ea054c74e1c9f0 /abs/extra/dnsmasq/dnsmasq.service | |
parent | fb1608aa973e24afe26c8fc754ddd11d9466d8ca (diff) | |
download | linhes_pkgbuild-c7d5220cabb6b67862e1bfa188c07e0d3821a294.zip linhes_pkgbuild-c7d5220cabb6b67862e1bfa188c07e0d3821a294.tar.gz linhes_pkgbuild-c7d5220cabb6b67862e1bfa188c07e0d3821a294.tar.bz2 |
dnsmasq 2.62
Diffstat (limited to 'abs/extra/dnsmasq/dnsmasq.service')
-rw-r--r-- | abs/extra/dnsmasq/dnsmasq.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/dnsmasq/dnsmasq.service b/abs/extra/dnsmasq/dnsmasq.service new file mode 100644 index 0000000..05a1f0b --- /dev/null +++ b/abs/extra/dnsmasq/dnsmasq.service @@ -0,0 +1,13 @@ +[Unit] +Description=A lightweight DHCP and caching DNS server + +[Service] +Type=dbus +BusName=uk.org.thekelleys.dnsmasq +ExecStartPre=/usr/bin/dnsmasq --test +ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target +Alias=dbus-uk.org.thekelleys.dnsmasq |