Polkit.service is not running on CentOS 7 Linux

Hi Team,

I am running CentOS7 & an VM.

I am going through “polkit.service” is not running. I need any of your help. Thank you in advance!!

@sudheerp494 Welcome to nixCraft forums.

Try starting it. The commands are as follows.

Get the status of polkit.service on a CentOS 7

sudo systemctl status polkit.service

Start/stop/restart polkit.service on a CentOS 7

sudo systemctl start polkit.service
sudo systemctl stop polkit.service
sudo systemctl restart polkit.service

Make surepolkit.service start on boot time

sudo systemctl enable polkit.service