systemd
systemd is the init system of most modern Linux distributions. Services are defined in unit files.
Common commands
systemctl start nginx, systemctl enable nginx, journalctl -u nginx
systemd is the init system of most modern Linux distributions. Services are defined in unit files.
systemctl start nginx, systemctl enable nginx, journalctl -u nginx