mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
* Restart polkitd in the activation script to force its configuration
to be reloaded. svn path=/nixos/trunk/; revision=27962
This commit is contained in:
parent
8bf3c2c1bf
commit
2aaff3aa06
@ -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
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user