diff options
-rw-r--r-- | .config/systemd/user/lxpolkit.service | 10 |
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 |