Difference between revisions of "Systemd"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
* Snapshot support
 
* Snapshot support
 
* [[Processes]] tracking using Linux control groups (<code>systemd-cgls</code><code>[[systemd-cgtop]]</code>)
 
* [[Processes]] tracking using Linux control groups (<code>systemd-cgls</code><code>[[systemd-cgtop]]</code>)
* Logging daemon, see [[journalctl]] and <code>[[systemd-cat]]</code>
+
* Logging daemon, see <code>[[journalctl]]</code> and <code>[[systemd-cat]]</code>
  
  

Revision as of 06:12, 12 December 2019

systemd is a Linux initialization system and service manager introduced in 2010 and adopted by default in RHEL 7.0, that includes features like:

  • On-demand starting of daemons
  • Inhibitor Locks which allows to block or delay system sleep and shutdown requests from the user [1][2]
  • Mount and automount point maintenance (systemd-mount[3], systemd-umount )
  • Snapshot support
  • Processes tracking using Linux control groups (systemd-cglssystemd-cgtop)
  • Logging daemon, see journalctl and systemd-cat


Systemd components of daemons and binaries[4]:

See also

  • https://www.freedesktop.org/wiki/Software/systemd/inhibit/
  • http://manpages.ubuntu.com/manpages/bionic/man1/systemd-inhibit.1.html
  • https://www.freedesktop.org/software/systemd/man/systemd.mount.html
  • https://wiki.ubuntu.com/DebuggingSystemd
  • Advertising: