blob: 8b3969531b0fb3becd5df24a2e35c4b8f3f8e18f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=KDE polkit authentication agent
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=exec
ExecStart=/usr/lib/polkit-kde-authentication-agent-1
Restart=on-failure
[Install]
WantedBy=graphical-session.target
|