Systemd: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<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]]. | <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]]. | ||
<span id='Concepts'></span> | |||
=Subjects= | |||
* <span id='Concepts'></span>[[systemd Concepts#Overview|Concepts]] | |||
=Differences between System V and systemd= | =Differences between System V and systemd= |
Revision as of 20:35, 19 August 2023
External
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.
Subjects
Differences between System V and systemd
Configuration
- Custom systemd Unit and Unit File
- Declare a Dependency between Services
- Setting Environment Variable for a systemd Service