Bilindigi gibi kısa süre önce Arch Linux üzerinde bir takım yapısal degişiklige gidilmişti. Bu degişikliklerden biri systemd konusuydu. Peki nedir bu systemd? Linux çekirdeği için sistem ve hizmet yöneticisi olarak tarif edilen systemd, Manjaro Linux'un tüm sürümlerinde yapılandırılmış hazır haldedir. Kullanıcıların ayrıca düzenleme yapmasına gerek yoktur.
systemd ile giriş yöneticileri ( display manager ) nasıl aktif edilir?
# systemctl enable kdm.service
# systemctl enable gdm.service
# systemctl enable lxdm.service
# systemctl enable slim.service
# systemctl enable xdm.service
Şu komutla sisteminizi analiz edip degerlere bakabilir,fikir sahibi olabilirsiniz:
$ systemd-analyze && systemd-analyze blame
Örnek:
[cuma@cuma ~]$ systemd-analyze && systemd-analyze blame
Startup finished in 2687ms (kernel) + 9716ms (userspace) = 12403ms
5061ms NetworkManager.service
3612ms systemd-logind.service
1636ms systemd-vconsole-setup.service
830ms systemd-udev-trigger.service
699ms systemd-remount-fs.service
688ms dev-mqueue.mount
672ms sys-kernel-debug.mount
656ms dev-hugepages.mount
586ms systemd-udevd.service
511ms colord-sane.service
414ms colord.service
410ms ntpd.service
309ms console-kit-log-system-start.service
243ms systemd-user-sessions.service
239ms systemd-tmpfiles-setup.service
213ms tmp.mount
129ms systemd-sysctl.service
114ms accounts-daemon.service
78ms udisks2.service
70ms console-kit-daemon.service
59ms upower.service
49ms modem-manager.service
34ms rtkit-daemon.service
[cuma@cuma ~]$
systemd konusunda daha ayrıntılı bilgiye buradan ulaşabilirsiniz. http://archtr.org/forum/viewtopic.php?f=13&t=542#p4790
https://wiki.archlinux.org/index.php/Systemd#A_pure_systemd_installation
