dotfiles/home/.config/systemd/user/policykit-agent.service

11 lines
218 B
SYSTEMD
Raw Normal View History

2023-01-25 09:27:54 +00:00
[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