diff --git a/root/etc/services.d/stdout-logs/run b/root/etc/services.d/stdout-logs/run index dbd3461..da9e156 100644 --- a/root/etc/services.d/stdout-logs/run +++ b/root/etc/services.d/stdout-logs/run @@ -2,5 +2,5 @@ TAIL_LOGS=$(echo "$LOGS_TO_STDOUT" | sed 's#|# -f #g') -echo "Executing: tail -f $TAIL_LOGS" -tail -f $TAIL_LOGS +echo "Executing: tail -F $TAIL_LOGS" +tail -F $TAIL_LOGS