aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-11-24 21:15:11 +0100
committerDavid Runge <dave@sleepmap.de>2021-11-24 21:15:11 +0100
commit154b08da0c9e053589f8675a62d09e6c4a4d9ef9 (patch)
tree2adbe27281a496e4c4e7cc4e46de3658e8fd8444 /.config/systemd
parente1206a1e1e523c146b08d8adbbb30c87f8ab0610 (diff)
downloaddotfiles-154b08da0c9e053589f8675a62d09e6c4a4d9ef9.tar.gz
dotfiles-154b08da0c9e053589f8675a62d09e6c4a4d9ef9.tar.bz2
dotfiles-154b08da0c9e053589f8675a62d09e6c4a4d9ef9.tar.xz
dotfiles-154b08da0c9e053589f8675a62d09e6c4a4d9ef9.zip
lxpolkit: Add systemd user service
.config/systemd/user/lxpolkit.service: Add systemd user service that binds to graphical.target.
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/lxpolkit.service10
1 files changed, 10 insertions, 0 deletions
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