mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 18:57:12 +00:00
add linux notes
This commit is contained in:
parent
273e361b7f
commit
48a415e7e4
6 changed files with 353 additions and 0 deletions
5
docs/linux/init/systemd.md
Normal file
5
docs/linux/init/systemd.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# [Systemd](https://wiki.archlinux.org/title/Systemd)
|
||||
|
||||
**systemd** is a suite of basic building blocks for a Linux system. It provides a _system_ and _service manager_ that runs as PID 1 and starts the rest of the system.
|
||||
|
||||
`systemd` provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic.
|
Loading…
Add table
Add a link
Reference in a new issue