3f885d9dfe
The default installed service file is missing a target, which causes preset-all to not enable the service. Add the service file to package/polkit with the addition of: [Install] WantedBy=multi-user.target Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
211 B
Desktop File
13 lines
211 B
Desktop File
[Unit]
|
|
|
|
Description=Authorization Manager
|
|
Documentation=man:polkit(8)
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.PolicyKit1
|
|
ExecStart=/usr/lib/polkit-1/polkitd --no-debug
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|