Question is simple: what starts the accounts service daemon on Ubuntu 14.04?
root 11495 1 0 13:55 ? 00:00:00 /usr/lib/accountsservice/accounts-daemon
pstree
tells me that it's started by init
init-+-ModemManager---2*[{ModemManager}]
|-NetworkManager-+-dhclient
| |-dnsmasq
| `-3*[{NetworkManager}]
|-accounts-daemon---2*[{accounts-daemon}]
But when I do sudo grep -iR 'accounts-daemon' /etc/*
it returns nothing, so obviously there is nothing in /etc/init
or /etc/init.d
or /etc/rc*.d
directories that starts that daemon, hence the question, where is it ?
My main goal is to disable autostart of the accounts services daemon on boot.
false
. – Daniel Oct 13 '15 at 22:01/etc
folder – Sergiy Kolodyazhnyy Oct 13 '15 at 22:04unity-settings-daemon
andsound-indicator-service
. – Jelle De Loecker Dec 26 '15 at 15:54unity-greeter
you can recompile a specific glib schema and forlightdm-gtk-greeter
it is sufficient to disable showing usernames on the login screen, so user has to type in manually username and password. That will prevent polling accounts daemon and revert to settings in/etc/lightdm/lightdm-gtk-greeter.conf
I even wrote script sfor that – Sergiy Kolodyazhnyy Dec 26 '15 at 18:24