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
     name: "media cleanup"
218
     name: "media cleanup"
219
     minute: "15"
219
     minute: "15"
220
     hour: "1"
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
   become: true
222
   become: true
223
   become_user: mastodon
223
   become_user: mastodon
224
 
224
 

Loading…
Cancel
Save