summaryrefslogtreecommitdiff
path: root/.config/systemd/user/lxpanel@.service
blob: fa4dcb4201574b700b7b28ba550a9fa3caa87792 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=LXDE Desktop Panel
Documentation=man:lxpanel(1)
StopWhenUnneeded=true
After=wm@%i.target

[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/lxpanel
Restart=always