<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<p><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">I have an application which has to communicate with session dbus. If I start my application binary manually
 or start using Init.d, it is connecting to session d-bus. </span></p>
<p><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">But if I start my application through systemd, it is failing to start.</span>  I tried to start using
 systemctl start my-service-name, this time also it is failing. <br>
</p>
<p><br>
</p>
<p><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">And also I go through the answer given by keithel in </span><a href="https://serverfault.com/questions/892465/starting-systemd-services-sharing-a-session-d-bus-on-headless-system" style="margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; color: rgb(0, 89, 153); text-decoration-line: none; cursor: pointer; background-color: rgb(255, 255, 255);">https://serverfault.com/questions/892465/starting-systemd-services-sharing-a-session-d-bus-on-headless-system</a><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"> . </span></p>
<p><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">Still Iam facing the same error.</span><br>
</p>
<p><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"><br>
</span></p>
<p><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">The .service fail is as follows:</span></p>
<p><br>
</p>
<div>[Unit]</div>
<div>Requires= dbus.socket</div>
<div>After= dbus.socket</div>
<div><br>
</div>
<div>[Service]</div>
<div>Type=dbus</div>
<div>BusName=org.client<br>
</div>
<div>ExecStart=/usr/local/bin/myExe<br>
</div>
<div>TimeoutSec=300</div>
<div>WatchdogSec=20</div>
<div><br>
</div>
<div>[Install]<br>
</div>
<div>WantedBy=basic.target<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Operating system:<br>
</div>
<div>Ubuntu 16.04 (64-bit)<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<br>
</div>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
DEEPAN MUTHUSAMY,
<div>TATA CONSULTANCY SERVICE,</div>
<div>mobile no: +91 8012309210</div>
</div>
</div>
<p>=====-----=====-----=====<br>
Notice: The information contained in this e-mail<br>
message and/or attachments to it may contain <br>
confidential or privileged information. If you are <br>
not the intended recipient, any dissemination, use, <br>
review, distribution, printing or copying of the <br>
information contained in this e-mail message <br>
and/or attachments to it are strictly prohibited. If <br>
you have received this communication in error, <br>
please notify us by reply e-mail or telephone and <br>
immediately and permanently delete the message <br>
and any attachments. Thank you</p>

<p></p></body>
</html>