diff --git a/sources/tech/20150316 Systemd Boot Process a Close Look in Linux.md b/sources/tech/20150316 Systemd Boot Process a Close Look in Linux.md index cec937b8fd..eded061738 100644 --- a/sources/tech/20150316 Systemd Boot Process a Close Look in Linux.md +++ b/sources/tech/20150316 Systemd Boot Process a Close Look in Linux.md @@ -1,3 +1,4 @@ +zpl1025 Systemd Boot Process a Close Look in Linux ================================================================================ The way Linux system boots up is quite complex and there have always been need to optimize the way it works. The traditional boot up process of Linux system is mainly handled by the well know init process (also known as SysV init boot system), while there have been identified inefficiencies in the init based boot system, systemd on the other hand is another boot up manager for Linux based systems which claims to overcome the shortcomings of [traditional Linux SysV init][2] based system. We will be focusing our discussion on the features and controversies of systemd , but in order to understand it, let’s see how Linux boot process is handled by traditional SysV init based system. Kindly note that Systemd is still in testing phase and future releases of Linux operating systems are preparing to replace their current boot process with Systemd Boot manager. @@ -147,4 +148,4 @@ via: http://linoxide.com/linux-how-to/systemd-boot-process/ [a]:http://linoxide.com/author/arunrz/ [1]:http://linoxide.com/booting/boot-process-of-linux-in-detail/ -[2]:http://0pointer.de/blog/projects/self-documented-boot.html \ No newline at end of file +[2]:http://0pointer.de/blog/projects/self-documented-boot.html