aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd/user
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-13 22:17:45 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-13 22:17:45 -0500
commit83113fff46023d6cde0c2d982978fe7f5a5cfce2 (patch)
treeabf3ded17c7c689306805df01d7c84445f47f5eb /wayland-basics/dot-config/systemd/user
parent5e83a094476f28eb77508c8b470efe3dfd56de83 (diff)
updates
Diffstat (limited to 'wayland-basics/dot-config/systemd/user')
-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