X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fnative-shell-client%2Ffiles%2Fnative-shell-client.service;fp=recipes-demo%2Fnative-shell-client%2Ffiles%2Fnative-shell-client.service;h=4d77513a958b9a71d94b62ea1fc17bee0aa0cd45;hb=2848a3d0591c7d0c9e97f208f00899a0f254ad0a;hp=0000000000000000000000000000000000000000;hpb=b0964661d03b2958dd58275f337ce7f96fe2ae5a;p=AGL%2Fmeta-agl-demo.git 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