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

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

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