Page MenuHomeFreeBSD

PR 197379: Add an option to run `syslogd' in the foreground
ClosedPublic

Authored by rpokala-panasas.com on Feb 28 2015, 3:20 AM.
Tags
Referenced Files
Unknown Object (File)
Sat, Oct 25, 7:12 AM
Unknown Object (File)
Aug 2 2025, 8:47 PM
Unknown Object (File)
Jul 1 2025, 12:55 AM
Unknown Object (File)
Jun 19 2025, 12:59 AM
Unknown Object (File)
Jun 18 2025, 5:16 AM
Unknown Object (File)
Jun 17 2025, 9:59 AM
Unknown Object (File)
Jun 11 2025, 10:15 PM
Unknown Object (File)
Jun 10 2025, 4:01 AM

Details

Reviewers
rpaulo
Summary

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.

Test Plan

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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rpokala-panasas.com retitled this revision from to PR 197379: Add an option to run `syslogd' in the foreground.
rpokala-panasas.com updated this object.
rpokala-panasas.com edited the test plan for this revision. (Show Details)
rpokala-panasas.com updated this object.
rpokala-panasas.com edited the test plan for this revision. (Show Details)
rpokala-panasas.com updated this object.
rpaulo added a reviewer: rpaulo.
This revision is now accepted and ready to land.Mar 3 2015, 7:50 PM
imp added a subscriber: imp.

36285e787f2e46911e17b63599606475968337c1 / r279567 landed this, but it didn't close.

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