mesosphere / mesos-deb-packaging

Mesos package for Debian, Ubuntu, CentOS, RHEL, and Fedora
Other
58 stars 67 forks source link

exec the mesos daemons when not configured to use syslog #80

Closed rboyer closed 8 years ago

rboyer commented 8 years ago

There's a small feature discrepancy between the branch of code that does the typical log-to-syslog daemon launch, and the alternate path that does not log to syslog. The logging path exec's the mesos binaries and the other does not.

When wrapped by another daemon framework (other than systemd which technically handles the process ownership with cgroups) this can lead to processes escaping during restart.

lingmann commented 8 years ago

LGTM any concerns @karya0?

karya0 commented 8 years ago

LGTM.