summaryrefslogtreecommitdiffstats
path: root/recipes-demo/native-shell-client/files/native-shell-client.service
blob: eff620118a54c8746955cd65a1f8c42eda0744de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Requires=agl-compositor.service
After=agl-compositor.service

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

[Install]
WantedBy=multi-user.target