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

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

[Install]
WantedBy=graphical.target