1、cd /usr/lib/systemd/system
2、查实例grep Stop *.service
auditd.service:RefuseManualStop=yes
blk-availability.service:ExecStop=/usr/sbin/blkdeactivate -u -l wholevg
console-shell.service:ExecStopPost=-/usr/bin/systemctl poweroff
cpupower.service:ExecStop=/usr/bin/cpupower $CPUPOWER_STOP_OPTS
ebtables.service:ExecStop=/usr/libexec/ebtables stop
iptables.service:ExecStop=/usr/libexec/iptables/iptables.init stop
kdump.service:ExecStop=/usr/bin/kdumpctl stop
nginx.service:ExecStop=/bin/kill -s QUIT $MAINPID
postfix.service:ExecStop=/usr/sbin/postfix stop
rdma.service:RefuseManualStop=true
rhel-configure.service:ExecStopPost=/bin/rm -f /.unconfigured
3、可见并不是所有的stop都是kill命令