Originally posted by darcagn
View Post
UWSM Aims To Be A Universal Wayland Session Manager
Collapse
X
-
Originally posted by andyprough View PostBy the way, my distro of choice, Trisquel, uses systemd, so I'm not even a hater, I'm a begrudging user of the slowest booting of all modern init systems.
Comment
-
-
Originally posted by J.King View PostI've never understood why systemd being not-as-fast at booting a system would bother someone. I boot my machine about once a week, and it takes about thirty seconds, much of which is the firmware booting. Shutting down takes about five seconds. I've never felt it needed to be faster. I certainly wouldn't want to lose all the convenience of systemd for faster booting.
(Lost all my startup daemon configurations in the process, but setting up services is as easy as it was.)
Comment
-
-
On all machines I have access to the firmware and other pre-kernel stuff is whats takes a lot of time. When it gets to systemd it just flashes by. Slowest deps in the systemd boot chain on my work laptop is waiting for dockerd to start and network.
Code:# systemd-analyze && systemd-analyze critical-chain Startup finished in 14.499s (firmware) + 6.190s (loader) + 13.746s (kernel) + 6.083s (userspace) = 40.520s graphical.target reached after 6.038s in userspace. The time when unit became active or started is printed after the "@" character. The time the unit took to start is printed after the "+" character. graphical.target @6.038s └─multi-user.target @6.038s └─docker.service @2.823s +3.214s └─network-online.target @2.822s └─NetworkManager-wait-online.service @2.529s +292ms └─NetworkManager.service @2.097s +397ms └─network-pre.target @2.065s └─firewalld.service @1.834s +230ms └─polkit.service @1.734s +91ms └─basic.target @1.692s └─dbus-broker.service @1.666s +23ms └─dbus.socket @1.633s └─sysinit.target @1.611s └─systemd-resolved.service @1.515s +95ms └─systemd-tmpfiles-setup.service @1.480s +27ms └─local-fs.target @1.474s └─boot-efi.mount @1.449s +25ms └─boot.mount @542ms +247ms └─dev-nvme0n1p2.device @534ms
Comment
-
Comment