diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-13 22:17:45 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-13 22:17:45 -0500 |
| commit | 83113fff46023d6cde0c2d982978fe7f5a5cfce2 (patch) | |
| tree | abf3ded17c7c689306805df01d7c84445f47f5eb /wayland-basics/dot-config/systemd/user | |
| parent | 5e83a094476f28eb77508c8b470efe3dfd56de83 (diff) | |
updates
Diffstat (limited to 'wayland-basics/dot-config/systemd/user')
| -rw-r--r-- | wayland-basics/dot-config/systemd/user/polkit-kde.service | 12 |
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 |
