Systemd: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Overview= | =Overview= | ||
<code>systemd</code> is an init system, a system and user space service manager for the Linux operating system. Fore more details, see [[systemd Concepts#Overview|systemd Concepts]]. | <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]]. Fore more details, see [[systemd Concepts#Overview|systemd Concepts]]. | ||
=Concepts= | =Concepts= |
Revision as of 20:10, 19 August 2023
External
- systemd System and Service Manager https://www.freedesktop.org/wiki/Software/systemd/
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. Fore more details, see systemd Concepts.
Concepts
Configuration
- Custom systemd Unit and Unit File
- Declare a Dependency between Services
- Setting Environment Variable for a systemd Service