doc:appunti:linux:sa:systemd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:sa:systemd [2023/12/13 12:32] – [Riferimenti web] niccolo | doc:appunti:linux:sa:systemd [2024/11/15 15:01] (current) – [Verifica dipendenze servizi] niccolo | ||
---|---|---|---|
Line 168: | Line 168: | ||
</ | </ | ||
- | ===== Sostituto di rc.local ===== | + | ===== Verifica dipendenze servizi ===== |
+ | |||
+ | Generates textual **dependency graph** description in //dot// format: | ||
+ | |||
+ | < | ||
+ | systemd-analyze dot | ||
+ | systemd-analyze dot ' | ||
+ | systemd-analyze dot dhcpcd.service | ||
+ | </ | ||
+ | |||
+ | Prints an **SVG graphic** detailing **which system services have been started at what time**: | ||
+ | |||
+ | < | ||
+ | systemd-analyze plot > services-start-graph.svg | ||
+ | </ | ||
+ | |||
+ | Shows units **required** and **wanted** by the specified units: | ||
+ | |||
+ | < | ||
+ | systemctl list-dependencies | ||
+ | systemctl list-dependencies dhcpcd.service | ||
+ | systemctl list-dependencies wpa_supplicant@..service | ||
+ | </ | ||
+ | |||
+ | * **[[https:// | ||
+ | * **[[https:// | ||
+ | * **[[https:// | ||
+ | |||
+ | ===== Alternativa allo script | ||
+ | |||
+ | Come eseguire uno script all' | ||
Creare una unit Systemd **/ | Creare una unit Systemd **/ |
doc/appunti/linux/sa/systemd.1702467153.txt.gz · Last modified: 2023/12/13 12:32 by niccolo