summaryrefslogtreecommitdiff
path: root/.config/systemd/user/lxpanel@.service
blob: ecded8769a3a8a48d3e6026cdd19cc87736c6a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
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