services:system_and_service_managers
This is an old revision of the document!
Services - System and service managers
init
service
service runs a System V init script in as predictable environment as possible, removing most environment variables and with current working directory set to /.
service works in most Linux distributions including Debian and Ubuntu.
systemd
systemd is the new system and service manager for Linux. It is a replacement for init system and can manage system startup and services. It starts up and supervises the entire system.
systemctl only works on systemd based Ubuntu like version 16.04 LTS and above.
systemd jobs start when they have to.
System V
See init.
Upstart
Upstart jobs start as soon as they can.
services/system_and_service_managers.1467812183.txt.gz · Last modified: 2020/07/15 09:30 (external edit)