Annotation of embedaddon/dnsmasq/contrib/systemd/dnsmasq.service, revision 1.1

1.1     ! misho       1: [Unit]
        !             2: Description=A lightweight DHCP and caching DNS server
        !             3: 
        !             4: [Service]
        !             5: Type=dbus
        !             6: BusName=uk.org.thekelleys.dnsmasq
        !             7: ExecStartPre=/usr/sbin/dnsmasq --test
        !             8: ExecStart=/usr/sbin/dnsmasq -k
        !             9: ExecReload=/bin/kill -HUP $MAINPID
        !            10: 
        !            11: [Install]
        !            12: WantedBy=multi-user.target

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>