* 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
|
mkdir -p /var/lib/polkit-1/localauthority
|
||||||
chmod 700 /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…
x
Reference in New Issue
Block a user