Guest User

Untitled

a guest
Feb 15th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [Unit]
  2. Description=Remove all Mastodon media attachments older than 7 days
  3.  
  4. [Service]
  5. User=mastodon
  6. WorkingDirectory=/home/mastodon/live
  7. Environment=RAILS_ENV=production
  8. ExecStart=/home/mastodon/.rbenv/shims/bundle exec bin/tootctl media remove --days=7
  9. Restart=on-failure
  10.  
  11. [Install]
  12. WantedBy=default.target
Add Comment
Please, Sign In to add comment