Browse Source

Shut-up mastodon media cleanup cronjob

Thomas Buck 5 years ago
parent
commit
2a935fed65
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mastodon/tasks/mastodon.yml

+ 1
- 1
roles/mastodon/tasks/mastodon.yml View File

@@ -218,7 +218,7 @@
218 218
     name: "media cleanup"
219 219
     minute: "15"
220 220
     hour: "1"
221
-    job: '/bin/bash -c ''export PATH="$HOME/.rbenv/bin:$PATH"; eval "$(rbenv init -)"; cd /home/mastodon/mastodon && RAILS_ENV=production ./bin/tootctl media remove'''
221
+    job: '/bin/bash -c ''export PATH="$HOME/.rbenv/bin:$PATH"; eval "$(rbenv init -)"; cd /home/mastodon/mastodon && RAILS_ENV=production ./bin/tootctl media remove > /dev/null'''
222 222
   become: true
223 223
   become_user: mastodon
224 224
 

Loading…
Cancel
Save