Bladeren bron

Shut-up mastodon media cleanup cronjob

Thomas Buck 6 jaren geleden
bovenliggende
commit
2a935fed65
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      roles/mastodon/tasks/mastodon.yml

+ 1
- 1
roles/mastodon/tasks/mastodon.yml Bestand weergeven

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
 

Laden…
Annuleren
Opslaan