Add daemonize function to work in the background. 71/44871/12
authorDariusz Michaluk <d.michaluk@samsung.com>
Tue, 28 Jul 2015 13:55:25 +0000 (15:55 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Mon, 3 Aug 2015 15:01:28 +0000 (08:01 -0700)
commitaa482a5e599af2f33ce893dbef2c73a2e6804e3b
treecadda400220e96b991978663e2c58d5516c374ca
parent3ba639b76de913af1a80d35c94cc2106dd6b1376
Add daemonize function to work in the background.

[Feature]       Add daemonize function to work in the background.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, run tests, run server as daemon.

Change-Id: Ie8987ac4d23ac350ab6036c476ade47436afbe69
common/utils/daemon.cpp [new file with mode: 0644]
common/utils/daemon.hpp [new file with mode: 0644]
server/main.cpp
zone-daemon/main.cpp