Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:systemd [2019/11/22 12:32] – [Systemctl] tmadelinux:systemd [2019/12/31 00:48] – [Systemctl] tmade
Line 10: Line 10:
   systemctl list-unit-files                                    #Overview running services simple   systemctl list-unit-files                                    #Overview running services simple
   systemctl list-units                                         #Overview running services detailed   systemctl list-units                                         #Overview running services detailed
 +  systemctl list-units --state=failed
   systemctl list-dependencies lwsmd.service                    #Show dependencies   systemctl list-dependencies lwsmd.service                    #Show dependencies
   systemctl daemon-reload                                      #Run after changing config file (e. g. "/lib/systemd/system/squid.service")   systemctl daemon-reload                                      #Run after changing config file (e. g. "/lib/systemd/system/squid.service")
Line 22: Line 23:
   journalctl -u kubelet.service   journalctl -u kubelet.service
   sudo journalctl -xeu kubelet -o verbose   sudo journalctl -xeu kubelet -o verbose
 +  journalctl -fxeu kubelet.service
   sudo journalctl -f -u kubelet.service   sudo journalctl -f -u kubelet.service
   journalctl -F _SYSTEMD_UNIT                                  #Show all systemd units that have been started in your journal   journalctl -F _SYSTEMD_UNIT                                  #Show all systemd units that have been started in your journal
linux/systemd.txt · Last modified: 2024/01/24 00:25 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki