Systemd: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
<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]]. | ||
{{Internal|systemd Concepts#Overview|systemd Concepts}} | |||
=Concepts= | =Concepts= |
Revision as of 20:34, 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.
Concepts
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