summaryrefslogtreecommitdiff
path: root/node-startup-controller/target-startup-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'node-startup-controller/target-startup-monitor.c')
-rw-r--r--node-startup-controller/target-startup-monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/node-startup-controller/target-startup-monitor.c b/node-startup-controller/target-startup-monitor.c
index dd93873..8dd74ab 100644
--- a/node-startup-controller/target-startup-monitor.c
+++ b/node-startup-controller/target-startup-monitor.c
@@ -164,8 +164,8 @@ target_startup_monitor_init (TargetStartupMonitor *monitor)
monitor->nsm_lifecycle_control =
nsm_lifecycle_control_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
G_DBUS_PROXY_FLAGS_NONE,
- "com.contiautomotive.NodeStateManager",
- "/com/contiautomotive/NodeStateManager/LifecycleControl",
+ "org.genivi.NodeStateManager",
+ "/org/genivi/NodeStateManager/LifecycleControl",
NULL, &error);
if (error != NULL)
{