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

Make sure polkit.service exists


Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent d3436172
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ else
exit 1
fi
# Make sure polkit.service exists since it was renamed in the past without
# having changed in the cleanup step.
systemctl list-unit-files polkit.service
( set +e; sudo ${polkitd} --replace 2>&1 ) | sed 's/^/# /' | tee $TMPFILE &
# Wait for it to start.
......
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