User Tools

Site Tools


services:system_and_service_managers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:system_and_service_managers [2016/07/06 13:51] peterservices:system_and_service_managers [2020/07/26 13:10] (current) – old revision restored (2016/07/06 14:52) 173.249.63.71
Line 45: 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/processes.
   * Pre-creation of sockets and file handles for services, similar to how xinetd does for it's services, allowing dependent services to start faster.  For example, systemd will hold open the filehandle for /dev/log for syslog, and subsequent services that send to /dev/log will have their messages buffered until syslogd is ready to take over.   * Pre-creation of sockets and file handles for services, similar to how xinetd does for it's services, allowing dependent services to start faster.  For example, systemd will hold open the filehandle for /dev/log for syslog, and subsequent services that send to /dev/log will have their messages buffered until syslogd is ready to take over.
   * Fewer processes run to actually start a service.  This means you aren't writing a shell script to start up your service.  This can be a speed improvement, and (IMO) something easier to set up in the first place.   * Fewer processes run to actually start a service.  This means you aren't writing a shell script to start up your service.  This can be a speed improvement, and (IMO) something easier to set up in the first place.
Line 72: Line 72:
  
 Upstart jobs start as soon as they can. Upstart jobs start as soon as they can.
- 
  
  
services/system_and_service_managers.1467813070.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki