aboutsummaryrefslogtreecommitdiff
path: root/sway-de/local/share/systemd/user/lxpolkit.service
blob: 98697d7c1dc92c63819eb6e60c16bb12455c5a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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