Skip to content
Snippets Groups Projects
Commit 25ba94c8 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

polkit-parsing.sh: use the right service name for polkit


The alias polkitd.service was removed in policykit-1 0.113-5,
so before the release of Bookworm.

In tests, we can see the message:
 Failed to restart polkitd.service: Unit polkitd.service not found.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent dffd75bd
No related branches found
No related tags found
1 merge request!308polkit-parsing.sh: use the right service name for polkit
......@@ -14,7 +14,7 @@ cleanup () {
rm -f "$TMPFILE"
# Be nice and leave polkit running as normal.
sudo systemctl restart polkitd.service
sudo systemctl restart polkit.service
exit $rv
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment