| ![[BACK]](/icons/cvsweb/back.gif) Return to dnsmasq.service CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / contrib / systemd | 
1.1       misho       1: [Unit]
1.1.1.2 ! misho       2: Description=dnsmasq - A lightweight DHCP and caching DNS server
1.1       misho       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