Immanetize (talk | contribs) (systemd-analyze dot) |
Immanetize (talk | contribs) (systemd dropin snippets) |
||
Line 1: | Line 1: | ||
{{header|docs}} | {{header|docs}} | ||
{{Docs_beat_open}} | {{Docs_beat_open}} | ||
== systemd | == systemd == | ||
=== Modular service configuration with drop-in files === | |||
systemd will now look for configuration directives for a service as `/etc/sytemd/system/foobar.service.d/*.conf`, making site-specific changes easier to deploy and distribute . | |||
== graphing the boot process == | == graphing the boot process == |
Revision as of 02:27, 15 April 2013
systemd
Modular service configuration with drop-in files
systemd will now look for configuration directives for a service as /etc/sytemd/system/foobar.service.d/*.conf
, making site-specific changes easier to deploy and distribute .
graphing the boot process
- systemd-analyze can now use the GraphViz dot
tool to generate graphs of the boot process. GraphViz can be installed with yum install graphviz
and will create a representation of the full boot process with systemd-analyze dot | dot -Tsvg > systemd.svg
More refined plots can be generated with the optional arguments "--order" "--require" "--from-pattern=" and "--to-pattern="
For more details and examples, see man 1 systemd-analyze
.