root@castiana:~# systemctl status systemd-resolved
Warning: systemd-resolved.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● systemd-resolved.service
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
root@castiana:~# ps aux | grep resolv
systemd+ 12867 0.0 0.0 47608 3540 ? Ss 12:16 0:00 /lib/systemd/systemd-resolved
root 13037 0.0 0.0 21300 936 pts/15 S+ 12:17 0:00 grep --color=auto resolv
root@castiana:~# kill -9 12867
root@castiana:~# ps aux | grep resolv
systemd+ 13062 3.0 0.0 47608 3504 ? Ss 12:17 0:00 /lib/systemd/systemd-resolved
root 13097 0.0 0.0 21300 1020 pts/15 S+ 12:17 0:00 grep --color=auto resolv
root@castiana:~# systemctl daemon-reload
root@castiana:~# systemctl status systemd-resolved
Warning: systemd-resolved.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● systemd-resolved.service
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
root@castiana:~#