diff options
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 |
