]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
daemon: Allow logging daemon stdout/stderr to file or syslog.
authorJilles Tjoelker <jilles@FreeBSD.org>
Sat, 22 Oct 2016 11:26:22 +0000 (11:26 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sat, 22 Oct 2016 11:26:22 +0000 (11:26 +0000)
commit53d49b370a1777185491252c492d6c7288ba83d4
treec8cee6efaa54be4f633dea5dfbf94bc24b22957d
parent4afdfe9761ab66dda41826aa8befe1d9530d08a2
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