* Restart polkitd in the activation script to force its configuration

to be reloaded.

svn path=/nixos/trunk/; revision=27962
This commit is contained in:
Eelco Dolstra 2011-07-26 14:13:07 +00:00
parent 8bf3c2c1bf
commit 2aaff3aa06

View file

@ -52,7 +52,12 @@ in
''
mkdir -p /var/lib/polkit-1/localauthority
chmod 700 /var/lib/polkit-1{/localauthority,}
# Force polkitd to be restarted so that it reloads its
# configuration.
pkill -INT -u root -x polkitd
'';
};
}