summaryrefslogtreecommitdiffstats
path: root/recipes-demo/launcher/files/launcher.service
blob: 51c983cbd2dfe0cff76063a42ba40bca54f0318d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Requires=homescreen.service applaunchd.service
After=homescreen.service applaunchd.service

[Service]
Type=simple
User=agl-driver
Environment=XDG_RUNTIME_DIR=/run/user/1001/
Environment=QT_QPA_PLATFORM=wayland
ExecStart=/usr/bin/launcher
Restart=on-failure

[Install]
WantedBy=graphical.target