Adds and documents an option to cause syslogd to run in the foreground. This allows a separate process to monitor when and how syslogd exits. That process can then restart syslogd if needed.
Details
Details
- Reviewers
rpaulo
Run syslogd normally, and observe no changed behavior. Run syslogd with the new '-F' option, and observe that it runs in the foreground, but does not behave differently otherwise.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
commit 36285e787f2e46911e17b63599606475968337c1
Author: Rui Paulo <rpaulo@FreeBSD.org>
Date: Tue Mar 3 20:07:59 2015 +0000
Add and document an option to cause syslogd to run in the foreground. This allows a separate process to monitor when and how syslogd exits. That process can then restart syslogd if needed. Differential Revision: https://reviews.freebsd.org/D1985 Submitted by: Ravi Pokala Reviewed by: allanjude (man page)
Notes:
svn path=/head/; revision=279567