Skip to content

Commit

Permalink
Change daemon args to redirect to /dev/null, and rotate on SIGHUP
Browse files Browse the repository at this point in the history
stdout was causing CI to hang.
  • Loading branch information
patmaddox committed Aug 2, 2022
1 parent dc1dd8a commit e3b8563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/freebsd.pkg/rc.eex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ remote_cmd=<%= @pkg_name %>_remote
export RELEASE_TMP
: ${ERL_CRASH_DUMP:=${logdir}/${name}_erl_crash.dump}
export ERL_CRASH_DUMP
daemon -t $name -p $pidfile -o $logfile $command start
daemon -t $name -p $pidfile -f -H -o $logfile $command start
}

<%= @pkg_name %>_remote()
Expand Down

0 comments on commit e3b8563

Please sign in to comment.