On Wed, 20 Oct 2010 04:51:18 +0800, Artyom
<art...@ya...> wrote:
> Daemonization is implemented in trunk. Together with:
>
> - Switching to unprivileged user and group
> - Chrooting to specific directry for extra paranoic users.
Would it be even better to also add options "user" and "group" under
"service.socket" so we can specify something like the following?
service: socket {
"path": "/tmp/cppcms.socket",
"user":"www-data",
"group":"www-data"
}
Regards,
CN
|