Hello,
I need to control various Debian Linux daemons from C++ application. Is there any option better than sending shell commands through system call? I'm looking for some library that provide some function wrappers for shell commands like start-stop-daemon.

Thanks.