像这样杀死正在运行的守护进程 systemd 服务有什么区别:
kill -SIGKILL 3645
和
systemctl -s kill -SIGKILL 3645
其中 3645 是 systemd 服务的 pid。使用第一种方法有什么缺点吗?
kill kill-process systemd systemctl
kill ×1
kill-process ×1
systemctl ×1
systemd ×1