daemon: Allow logging daemon stdout/stderr to file or syslog.
authorjilles <jilles@FreeBSD.org>
Sat, 22 Oct 2016 11:26:22 +0000 (11:26 +0000)
committerjilles <jilles@FreeBSD.org>
Sat, 22 Oct 2016 11:26:22 +0000 (11:26 +0000)
commit0808a69a8d1d5bcd2444376f5b0cbb396f7ebf9a
treec8cee6efaa54be4f633dea5dfbf94bc24b22957d
parent3a60e23b83d518f9657ec5b105f7cf1bcde3b245
daemon: Allow logging daemon stdout/stderr to file or syslog.

There are various new options, documented in the man page, to send the
daemon's standard output and/or standard error to a file or to syslog.

Submitted by: ank at iki.fi
Reviewed by: wblock (man page only)
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D7993
usr.sbin/daemon/daemon.8
usr.sbin/daemon/daemon.c