LWN.net Logo

LCE: Systemd two years on

LCE: Systemd two years on

Posted Nov 8, 2012 11:54 UTC (Thu) by zuki (subscriber, #41808)
In reply to: LCE: Systemd two years on by michaeljt
Parent article: LCE: Systemd two years on

Those "individual components" are subject to the same rules as normal systemd units (e.g. daemons), in that their exit status is recorded and each component, after it finishes, has a status of Success or Failure. Other components have dependency rules, so if they are marked to require the first component, they will not be started if it fails.

If a basic boot-up "component" fails, e.g. fsck of the root filesystem, then the system bootup will be stopped and a login prompt will be opened for the admin to fix things. So in this regard this is similar to sysvinit, except that what is required and what is not for the basic boot is configurable.


(Log in to post comments)

LCE: Systemd two years on

Posted Nov 8, 2012 14:50 UTC (Thu) by michaeljt (subscriber, #39183) [Link]

Thanks for the answer. That indeed sounds solid.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds