Skip to content

Instantly share code, notes, and snippets.

@michaelmuenzer
Last active February 7, 2021 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelmuenzer/c0d1fda13b3b1bd11380043196638378 to your computer and use it in GitHub Desktop.
Save michaelmuenzer/c0d1fda13b3b1bd11380043196638378 to your computer and use it in GitHub Desktop.
> sudo systemctl status dnsmasq.service
● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-02-07 23:35:11 CET; 1min 55s ago
Process: 1841 ExecStartPost=/etc/init.d/dnsmasq systemd-start-resolvconf (code=exited, status=0/SUCCESS)
Process: 1748 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=0/SUCCESS)
Process: 1745 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)
Main PID: 1840 (dnsmasq)
CGroup: /system.slice/dnsmasq.service
└─1840 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -r /run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service --trust-anchor=.,20326,8,2,e06d44b80
Feb 07 23:34:51 raspberrypi systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Feb 07 23:34:51 raspberrypi dnsmasq[1745]: dnsmasq: syntax check OK.
Feb 07 23:35:11 raspberrypi dnsmasq[1841]: Too few arguments.
Feb 07 23:35:11 raspberrypi systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment