mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Run polkit agent with systemd
This commit is contained in:
parent
b17982a298
commit
cb6f7e60c4
3 changed files with 11 additions and 1 deletions
10
home/.config/systemd/user/policykit-agent.service
Normal file
10
home/.config/systemd/user/policykit-agent.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description="PolicyKit authentication agent"
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
Loading…
Add table
Add a link
Reference in a new issue