aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-basics/dot-config/systemd')
-rw-r--r--wayland-basics/dot-config/systemd/user/polkit-kde.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/wayland-basics/dot-config/systemd/user/polkit-kde.service b/wayland-basics/dot-config/systemd/user/polkit-kde.service
new file mode 100644
index 0000000..8b39695
--- /dev/null
+++ b/wayland-basics/dot-config/systemd/user/polkit-kde.service
@@ -0,0 +1,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