Skip to content

Commit

Permalink
Decrease cron log level
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Jul 3, 2023
1 parent 590d46f commit b972b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/service/cron/run
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi
USERNAME=$(whoami)
cp -f /mnt/data/config/crontab /var/spool/cron/crontabs/${USERNAME}

exec crond -f -l 4 -L /dev/stdout
exec crond -f -l 5 -L /dev/stdout

0 comments on commit b972b3e

Please sign in to comment.