Difference between revisions of "Systemd"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb> =systemd= Newer versions of RPM based OS use systemd for service start/stop and e...") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Systemd|systemd]] | |||
'''More articles on systemd at:''': | |||
*[[CentOS 8.x systemd or systemctl]] | |||
*[[Rocky 9.x systemd or systemctl]] | |||
Newer versions of RPM based OS use systemd for service start/stop and enable/disable on startup | Newer versions of RPM based OS use systemd for service start/stop and enable/disable on startup | ||
Line 11: | Line 16: | ||
</pre> | </pre> | ||
and then read various service start-up times from blame.txt file. | and then read various service start-up times from blame.txt file. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[System administration tools]] > [[Systemd|systemd]] |
Latest revision as of 04:43, 10 April 2024
Home > CentOS > CentOS 6.x > System administration tools > systemd
More articles on systemd at::
Newer versions of RPM based OS use systemd for service start/stop and enable/disable on startup
Check service start-up time
Systemd makes it very easy to analyse which service is taking how much time during boot. To do this use:
systemd-analyze blame > blame.txt
and then read various service start-up times from blame.txt file.
Home > CentOS > CentOS 6.x > System administration tools > systemd