summaryrefslogtreecommitdiff
path: root/.config/systemd/user/lxpanel@.service
blob: c4d478f75bdb94248dba4d87a49f633613697a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=LXDE Desktop Panel on X display %I
Documentation=man:lxpanel(1)
After=X11@%i.target wm-running@%i.target
Requisite=X11@%i.target
Requires=wm-running@%i.target
Before=panel@%i.target

[Service]
Environment=DISPLAY=%I

Type=simple
ExecStart=/usr/bin/env lxpanel
SyslogIdentifier=lxpanel

[Install]
RequiredBy=panel@%i.target