Skip to content

Commit

Permalink
Remove silent from crond
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 4, 2023
1 parent 100bcee commit faf960f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions install/etc/fluent-bit/foo

This file was deleted.

4 changes: 2 additions & 2 deletions install/etc/services.available/04-scheduling/run
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ case "${CONTAINER_SCHEDULING_BACKEND}" in
case ${os} in
"alpine" )
output_on
silent exec /usr/sbin/crond -f -l ${SCHEDULING_LOG_LEVEL} ${cron_log_file}
exec /usr/sbin/crond -f -l ${SCHEDULING_LOG_LEVEL} ${cron_log_file}
;;
"debian" | "ubuntu" )
output_on
silent exec /usr/sbin/crond -f -l ${SCHEDULING_LOG_LEVEL} ${cron_log_file}
exec /usr/sbin/crond -f -l ${SCHEDULING_LOG_LEVEL} ${cron_log_file}
;;
esac
;;
Expand Down

0 comments on commit faf960f

Please sign in to comment.