The code powering m.abunchtell.com https://m.abunchtell.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

18 lignes
365 B

  1. [Unit]
  2. Description=mastodon-web
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=mastodon
  7. WorkingDirectory=/home/mastodon/live
  8. Environment="RAILS_ENV=production"
  9. Environment="PORT=3000"
  10. ExecStart=/home/mastodon/.rbenv/shims/bundle exec puma -C config/puma.rb
  11. ExecReload=/bin/kill -SIGUSR1 $MAINPID
  12. TimeoutSec=15
  13. Restart=always
  14. [Install]
  15. WantedBy=multi-user.target