diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 22:10:09 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 22:10:09 +0000 |
commit | 822436aa302848f5c12c32a4d6a4dd5d9283b74d (patch) | |
tree | b421092ec9b63744d64e36b67d2f9eb456c120c1 /hcid | |
parent | 0f806cec4a9eccd7e8fe5bb9ad4e9a15299b0370 (diff) |
Fix service binary location generation
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index 8cdcc07c..7bbbf3fc 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -437,7 +437,7 @@ int service_start(struct service *service, DBusConnection *conn) return -1; } - cmdline = g_strdup_printf("%s/bluetoothd_%s %s", + cmdline = g_strdup_printf("%s/bluetoothd-service-%s %s", SERVICEDIR, service->ident, service->opts ? service->opts : ""); |