From 83113fff46023d6cde0c2d982978fe7f5a5cfce2 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 13 Jan 2026 22:17:45 -0500 Subject: updates --- wayland-basics/dot-config/systemd/user/polkit-kde.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wayland-basics/dot-config/systemd/user/polkit-kde.service (limited to 'wayland-basics/dot-config/systemd') 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 -- cgit v1.2.3-71-gdd5e