From 6fd75fa99cc547ed9b9aa3657d698ac9552cc7f9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Sep 2015 15:20:20 -0400 Subject: clean up systemd dependencies --- .config/systemd/user/lxpanel@.service | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/systemd/user/lxpanel@.service') 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 -- cgit v1.2.3-54-g00ecf