diff options
Diffstat (limited to 'recipes-demo/native-shell-client/files')
-rw-r--r-- | recipes-demo/native-shell-client/files/native-shell-client.service | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000..4d77513a9 --- /dev/null +++ b/recipes-demo/native-shell-client/files/native-shell-client.service @@ -0,0 +1,11 @@ +[Unit] +Requires=agl-compositor.service +After=agl-compositor.service + +[Service] +Type=simple +ExecStart=/usr/bin/native-shell-client +Restart=on-failure + +[Install] +WantedBy=agl-session.target |