diff options
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/native-shell-client/files/native-shell-client.service | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-demo/native-shell-client/files/native-shell-client.service b/recipes-demo/native-shell-client/files/native-shell-client.service index d7a2fe684..eff620118 100644 --- a/recipes-demo/native-shell-client/files/native-shell-client.service +++ b/recipes-demo/native-shell-client/files/native-shell-client.service @@ -1,10 +1,11 @@ [Unit] -Requires=weston.service -After=weston.service +Requires=agl-compositor.service +After=agl-compositor.service [Service] Type=simple -Environment=XDG_RUNTIME_DIR=/run/user/200 +User=agl-driver +Environment=XDG_RUNTIME_DIR=/run/user/1001 ExecStart=/usr/bin/native-shell-client Restart=on-failure |