Systemd: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
=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=
=Internal=
* [[Linux]]
* [[Linux]]


=Overview=
=Overview=


systemd is a system and userspace service manager for the Linux operating system. systemd is run as the first process at boot (PID 1) and acts as the init system that brings up and maintains the userspace services.
<code>systemd</code> 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]].
 
TODO: continue to migrate from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Systemd
 
=Configuration=


* [[systemd Declaring a Service Dependency|Declare a Dependency between Services]]
=Subjects=
* <span id='Concepts'></span>[[systemd Concepts#Overview|Concepts]]
* [[Differences between System V and systemd|Differences between System V and systemd]]
* [[Systemd Operations|Operations]]

Latest revision as of 22:17, 19 August 2023