blob: 3327ab4736b5a717b2d3b659adb28dba291669b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=LXDE Desktop Panel
Documentation=man:lxpanel(1)
StopWhenUnneeded=true
[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/lxpanel
Restart=always
|