Systemd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 17: | Line 17: | ||
** [[Custom systemd Unit and Unit File]] | ** [[Custom systemd Unit and Unit File]] | ||
** [[systemd Declaring a Service Dependency|Declare a Dependency between Services]] | ** [[systemd Declaring a Service Dependency|Declare a Dependency between Services]] | ||
** [[Setting Environment | ** [[Setting Environment Variables for a systemd Service]] | ||
* Operations | * Operations | ||
** [[journalctl]] | ** [[journalctl]] | ||
** [[systemctl]] | ** [[systemctl]] |
Revision as of 21:53, 19 August 2023
External
- http://www.freedesktop.org/wiki/Software/systemd/
- https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files
- https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
Internal
Overview
systemd
is an init system, a system and user space service manager for the Linux operating system. It is equivalent, and servers the same purpose as System V.