13 lines
211 B
SYSTEMD
13 lines
211 B
SYSTEMD
|
[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
|