Difference between revisions of "Init vs systemd"

From CDOT Wiki
Jump to: navigation, search
Line 6: Line 6:
  
  
''"systemd is a system and session manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting devices."''
+
''"systemd is a '''system''' and '''session manager''' for Linux, compatible with SysV and LSB init scripts. systemd provides '''aggressive parallelization''' capabilities, uses '''socket''' and '''D-Bus''' activation for starting devices."''
 +
 
  
  
"
 
  
 
== The Old Way: init ==
 
== The Old Way: init ==

Revision as of 13:58, 6 February 2012

Overview

Definition of systemd

According to Lennart Poettering:


"systemd is a system and session manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting devices."



The Old Way: init

The Newer Way: systemd

systemd: Usage

General Concept

systdctrl

Additional Resources