Who or what start polkit on Slackware?
by camerabambai from LinuxQuestions.org on (#6EEYF)
On Linux who start daemons?
Suse, RockyLinux, Debian use systemd
Devuan use scripts in /etc/rc*.d/* which are symlinks from /etc/init.d
Slackware: scripts in /etc/rc.d/rc.* (for example rc.M start some daemons, rc.sshd start openssh, etc..)
On my Slackware I see polkitd start at the boot.
But who or what start it?
Code: ps -ef|grep pol
polkitd 2210 1 0 set04 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debugpolkit is not defined in any script
Code: grep -irl polkit /etc/rc.d/
grep -irl polkit /etc/init.d
Suse, RockyLinux, Debian use systemd
Devuan use scripts in /etc/rc*.d/* which are symlinks from /etc/init.d
Slackware: scripts in /etc/rc.d/rc.* (for example rc.M start some daemons, rc.sshd start openssh, etc..)
On my Slackware I see polkitd start at the boot.
But who or what start it?
Code: ps -ef|grep pol
polkitd 2210 1 0 set04 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debugpolkit is not defined in any script
Code: grep -irl polkit /etc/rc.d/
grep -irl polkit /etc/init.d