Skip to content

Commit

Permalink
Enable stdout logging on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
abh authored and zwoop committed Sep 6, 2019
1 parent 92d4ef1 commit cda2d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/trafficserver.in
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ case "$1" in
echo "Starting ${TS_PACKAGE_NAME}"
name="$TM_NAME"
command="/usr/sbin/daemon"
command_args="$TM_DAEMON $TM_DAEMON_ARGS"
command_args="-o $STDOUTLOG $TM_DAEMON $TM_DAEMON_ARGS"
pidfile="$TM_PIDFILE"
run_rc_command "$1"
else
Expand Down

0 comments on commit cda2d84

Please sign in to comment.