Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
582bb8b2
Commit
582bb8b2
authored
Sep 29, 2020
by
ale
Browse files
Silence output from noblogs-cron
Fixes issue ai3/prod#198.
parent
cad419e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/noblogs/files/noblogs.cron
View file @
582bb8b2
# Run WP cron jobs periodically.
# We can run as 'root', in-container will set the right user before
# spawning the command inside the container.
23 */2 * * * root runcron --name noblogs-cron --splay 3600 -- /usr/local/bin/in-container noblogs-http on-local-blogs run-cron
# This command is very verbose, so we send its output to /dev/null.
23 */2 * * * root runcron --name noblogs-cron --no-syslog --splay 3600 -- /usr/local/bin/in-container noblogs-http on-local-blogs run-cron >/dev/null 2>&1
# Wipe the sessions directory - there is a cron job inside the
# container but until https://git.autistici.org/ai3/docker/mailman/issues/7
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment