X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fcluster-receiver%2Fqt-cluster-receiver%2Fqt-cluster-receiver.service;fp=recipes-demo%2Fcluster-receiver%2Fqt-cluster-receiver%2Fqt-cluster-receiver.service;h=bc328f9e5d1db1249f253b5b4829ff822df2483f;hb=6cce1d8fcff72bd429a6f0aea23fc5666fd67878;hp=0000000000000000000000000000000000000000;hpb=8e02ea4d58b42e6d1bad629399b25713e34e55e9;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/cluster-receiver/qt-cluster-receiver/qt-cluster-receiver.service b/recipes-demo/cluster-receiver/qt-cluster-receiver/qt-cluster-receiver.service new file mode 100644 index 000000000..bc328f9e5 --- /dev/null +++ b/recipes-demo/cluster-receiver/qt-cluster-receiver/qt-cluster-receiver.service @@ -0,0 +1,20 @@ +[Unit] +Description=qt-cluster-receiver + +Requires=agl-compositor.service +After=agl-compositor.service + +# Since we are part of the agl session, make sure we are started before +# it is complete. +Before=agl-session.target + +[Service] +ExecStart=/usr/bin/qt-cluster-receiver + +Restart=always + +StandardOutput=journal +StandardError=journal + +[Install] +WantedBy=agl-session.target