services:system_and_service_managers
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:system_and_service_managers [2016/07/06 13:45] – peter | services:system_and_service_managers [2020/07/26 13:10] (current) – old revision restored (2016/07/06 14:52) 173.249.63.71 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Services - System and service managers ====== | ====== Services - System and service managers ====== | ||
+ | |||
+ | Linux provides many System and service managers. | ||
+ | |||
+ | A good init system should start only what is needed, and that on-demand. Either lazily or in parallel and in advance. | ||
===== init ===== | ===== init ===== | ||
Line 7: | Line 11: | ||
**Disadvantages of init** | **Disadvantages of init** | ||
- | The traditional System V init system had limitations. | + | |
+ | * Could not start services in parallel. | ||
Line 40: | Line 45: | ||
**Advantages of systemd** | **Advantages of systemd** | ||
- | * Every process started gets its own cgroup or a particular cgroup. | + | * Every process started gets its own cgroup or a particular cgroup. This makes it more efficient to identify malicious users/ |
* Pre-creation of sockets and file handles for services, similar to how xinetd does for it's services, allowing dependent services to start faster. | * Pre-creation of sockets and file handles for services, similar to how xinetd does for it's services, allowing dependent services to start faster. | ||
* Fewer processes run to actually start a service. | * Fewer processes run to actually start a service. | ||
Line 46: | Line 51: | ||
- | ** References ** | + | **Disadvantages of systemd** |
+ | |||
+ | * All startup scripts need to be rewritten. | ||
+ | * There' | ||
+ | |||
+ | |||
+ | **References** | ||
* http:// | * http:// | ||
Line 61: | Line 72: | ||
Upstart jobs start as soon as they can. | Upstart jobs start as soon as they can. | ||
- | |||
services/system_and_service_managers.1467812712.txt.gz · Last modified: 2020/07/15 09:30 (external edit)