summaryrefslogtreecommitdiff
path: root/.config/systemd/user/lxpanel@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 15:08:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 15:08:06 -0400
commit9685060a9222ae5bdc242c6366f4a074e5ad8589 (patch)
tree4fde5c1088d69d177852e9964acb38d546144a17 /.config/systemd/user/lxpanel@.service
parent4b151e74462b93b68ebbf90502de86b84917bd7c (diff)
parent795875623f9a9cd35374d2f0531182a267e81588 (diff)
Merge branch 'master' into build64-par/master
# Conflicts: # .config/emacs/init.el
Diffstat (limited to '.config/systemd/user/lxpanel@.service')
-rw-r--r--.config/systemd/user/lxpanel@.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/systemd/user/lxpanel@.service b/.config/systemd/user/lxpanel@.service
index 71e2114..ecded87 100644
--- a/.config/systemd/user/lxpanel@.service
+++ b/.config/systemd/user/lxpanel@.service
@@ -3,9 +3,13 @@ Description=LXDE Desktop Panel on X display %I
Documentation=man:lxpanel(1)
StopWhenUnneeded=true
After=wm@%i.target
+Before=panel@%i.target
[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/lxpanel
Restart=always
+
+[Install]
+RequiredBy=panel@%i.target