summaryrefslogtreecommitdiff
path: root/.config/systemd/user/lxpanel@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/lxpanel@.service')
-rw-r--r--.config/systemd/user/lxpanel@.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/lxpanel@.service b/.config/systemd/user/lxpanel@.service
new file mode 100644
index 0000000..3327ab4
--- /dev/null
+++ b/.config/systemd/user/lxpanel@.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=LXDE Desktop Panel
+Documentation=man:lxpanel(1)
+StopWhenUnneeded=true
+
+[Service]
+Type=simple
+Environment=DISPLAY=%I
+ExecStart=/usr/bin/lxpanel
+Restart=always