Hallo,
ich habe mal eine Frage zu systemd und den Daemons.
Und zwar möchte ich gerne den Daemon "accounts-daemon.service" unter Gnome beenden.
Dieser Dienst ist ja soweit ich weiss für Online-Accounts verantwortlich die ich nicht verwende.
EIn systemd-analyze blame liefert folgendes:
2.072s alsa-restore.service
2.047s NetworkManager.service
1.573s NetworkManager-wait-online.service
663ms systemd-vconsole-setup.service
600ms polkit.service
594ms gdm.service
584ms avahi-daemon.service
571ms systemd-logind.service
532ms accounts-daemon.service
439ms systemd-journal-flush.service
317ms sys-kernel-debug.mount
300ms dev-mqueue.mount
294ms dev-hugepages.mount
293ms network.service
287ms sys-kernel-config.mount
273ms systemd-remount-fs.service
254ms systemd-fsck@dev-sda3.service
241ms systemd-tmpfiles-setup-dev.service
239ms systemd-udev-trigger.service
238ms dev-sda4.swap
221ms colord.service
214ms tmp.mount
203ms systemd-fsck@dev-sda1.service
191ms home.mount
165ms boot.mount
123ms systemd-sysctl.service
99ms systemd-udevd.service
86ms udisks2.service
52ms systemd-random-seed-load.service
43ms systemd-user-sessions.service
19ms systemd-tmpfiles-setup.service
8ms rtkit-daemon.service
4ms upower.service
3ms systemd-localed.service
1ms sys-fs-fuse-connections.mount
Mit "systemctl disable accounts-daemon.service" kann ich ja den Daemon beenden.
Aber leider lässt sich dieser nicht beenden. Nach einem Neustart ist dieser immer noch aktiv.
systemctl status accounts-daemon.service
accounts-daemon.service - Accounts Service
Loaded: loaded (/usr/lib/systemd/system/accounts-daemon.service; disabled)
Active: active (running) since Do 2013-05-09 23:03:06 CEST; 3min 49s ago
Main PID: 252 (accounts-daemon)
CGroup: name=systemd:/system/accounts-daemon.service
└─252 /usr/lib/accountsservice/accounts-daemon
Kennt sich da jemand aus und kann mir das erklären?
Vielen Dank