Kaydet (Commit) 178a910d authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

Dont reconnect to DBus

üst 27f3b885
......@@ -59,13 +59,9 @@ main(int argc, char *argv[])
exit(1);
}
while (!shutdown_activated) {
// Listen for DBus calls
dbus_listen();
if (!shutdown_activated) {
log_info("DBus connection is lost. Waiting 5 seconds and trying again...\n");
sleep(5);
}
dbus_listen();
if (!shutdown_activated) {
log_info("DBus connection is lost.\n");
}
model_free();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment