aboutsummaryrefslogtreecommitdiff
path: root/sway-de/lxpolkit/.local/share/systemd
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-02-16 09:48:11 -0600
committerMatt Singleton <matt@xcolour.net>2024-02-16 09:48:11 -0600
commitf68b645ff061c7e1dc7e23b3fa67a4c55245963b (patch)
tree1a126f8ea42dd27830b8649f20f574a5de10865b /sway-de/lxpolkit/.local/share/systemd
parent000f91bac21c998a9b5f473d5fcbe075e750aae9 (diff)
lots of changes, mostly to align with the sway-config-fedora package
Diffstat (limited to 'sway-de/lxpolkit/.local/share/systemd')
-rw-r--r--sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service b/sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service
deleted file mode 100644
index 98697d7..0000000
--- a/sway-de/lxpolkit/.local/share/systemd/user/lxpolkit.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Simple PolicyKit authentication agent developed for LXDE
-PartOf=sway-session.target
-After=sway-session.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/lxpolkit
-ExecStop=/bin/kill -2 $MAINPID
-Restart=on-failure
-RestartSec=1
-TimeoutStopSec=10
-
-[Install]
-WantedBy=sway-session.target