From 5e83a094476f28eb77508c8b470efe3dfd56de83 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Fri, 9 Jan 2026 17:34:31 -0500 Subject: some big changes --- wayland-basics/dot-config/systemd/user/soteria.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wayland-basics/dot-config/systemd/user/soteria.service (limited to 'wayland-basics/dot-config/systemd/user/soteria.service') diff --git a/wayland-basics/dot-config/systemd/user/soteria.service b/wayland-basics/dot-config/systemd/user/soteria.service new file mode 100644 index 0000000..61961ef --- /dev/null +++ b/wayland-basics/dot-config/systemd/user/soteria.service @@ -0,0 +1,12 @@ +[Unit] +Description=GTK-based polkit authentication agent +PartOf=graphical-session.target +After=graphical-session.target + +[Service] +Type=exec +ExecStart=/usr/lib/soteria-polkit/soteria +Restart=on-failure + +[Install] +WantedBy=graphical-session.target -- cgit v1.2.3-71-gdd5e