Systemd

systemctl suspend
systemctl hibernate
 
pmi action suspend
pmi action hibernate
systemd-analyze
systemd-analyze blame
systemd-analyze plot > /tmp/plot.svg
systemd-cgls
pstree
# SIGTERM
systemctl kill service-name.service
 
# SIGKILL
systemctl kill -s SIGKILL service-name.service
 
# HUP
systemctl kill -s HUP --kill-who=main service-name.service
  • systemd.txt
  • 上一次變更: 2017/12/03 18:08
  • jz