From ad6934d0214858d355ee42e8aaa3c885d8820c4f Mon Sep 17 00:00:00 2001 From: Paul Blay Date: Fri, 16 Sep 2016 14:25:38 +0100 Subject: [PATCH 1/2] Correct daemonize flag spelling Signed-off-by: Shpinkso --- doc/example_app_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example_app_api.md b/doc/example_app_api.md index bb60a43..e1e8358 100644 --- a/doc/example_app_api.md +++ b/doc/example_app_api.md @@ -129,7 +129,7 @@ Now build the application... Start the client daemon... ```` -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ```` And run the application... From 6c8b7b24719eb0d700ac2b8ab92fb77ad19254e8 Mon Sep 17 00:00:00 2001 From: Paul Blay Date: Fri, 16 Sep 2016 14:25:38 +0100 Subject: [PATCH 2/2] Correct daemonize flag spelling Signed-off-by: Shpinkso --- doc/example_app_api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/example_app_api.md b/doc/example_app_api.md index bb60a43..8b90d71 100644 --- a/doc/example_app_api.md +++ b/doc/example_app_api.md @@ -129,7 +129,7 @@ Now build the application... Start the client daemon... ```` -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ```` And run the application... @@ -256,7 +256,7 @@ And restart the client daemon: ``` ~/AwaLWM2M$ killall awa_clientd -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ``` Then restart the client application and set the temperature... @@ -343,8 +343,8 @@ Restart the client/server daemon: ``` ~/AwaLWM2M$ killall awa_serverd ~/AwaLWM2M$ killall awa_clientd -~/AwaLWM2M$ build/daemon/src/server/awa_serverd --verbose --daemonise --logFile /tmp/awa_serverd.log -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/server/awa_serverd --verbose --daemonize --logFile /tmp/awa_serverd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ``` And start the server application: