|
|
|
|
|
by CoolCold
1019 days ago
|
|
I believe Lennart explained things well enough - being _end-user_ targeted means much more dynamic things vs servers targeted. > Hardware and Software Change Dynamically > Modern systems (especially general purpose OS) are highly dynamic in their configuration and use: they are mobile, different applications are started and stopped, different hardware added and removed again. An init system that is responsible for maintaining services needs to listen to hardware and software changes. It needs to dynamically start (and sometimes stop) services as they are needed to run a program or enable some hardware. http://0pointer.de/blog/projects/systemd.html |
|