From 154b08da0c9e053589f8675a62d09e6c4a4d9ef9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 24 Nov 2021 21:15:11 +0100 Subject: lxpolkit: Add systemd user service .config/systemd/user/lxpolkit.service: Add systemd user service that binds to graphical.target. --- .config/systemd/user/lxpolkit.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/systemd/user/lxpolkit.service (limited to '.config/systemd') diff --git a/.config/systemd/user/lxpolkit.service b/.config/systemd/user/lxpolkit.service new file mode 100644 index 0000000..61bafbc --- /dev/null +++ b/.config/systemd/user/lxpolkit.service @@ -0,0 +1,10 @@ +[Unit] +Description=LXDE polkit daemon +PartOf=graphical-session.target +After=graphical-session.target + +[Service] +ExecStart=/usr/bin/lxpolkit + +[Install] +WantedBy=graphical-session.target -- cgit v1.2.3-54-g00ecf