Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [Unit]
  2. Description=Discourse Sidekiq
  3. Requires=redis-server.service
  4. After=redis-server.service
  5.  
  6. [Service]
  7. User=www-data
  8. WorkingDirectory=/srv/www/discourse
  9. Environment=RBENV_ROOT=/usr/local/rbenv
  10. Environment=RAILS_ENV=production
  11. Environment=DISCOURSE_DB_HOST=localhost
  12. Environment=DISCOURSE_DB_PASSWORD=un-bon-gros-mot-de-passe
  13. Environment=DISCOURSE_HOSTNAME=le.futur.domaine.de.votre.forum
  14. SyslogIdentifier=discourse-sidekiq
  15. PIDFile=/srv/www/discourse/tmp/pids/sidekiq.pid
  16.  
  17. ExecStart=/usr/local/rbenv/shims/bundle exec /usr/local/rbenv/shims/sidekiq
  18.  
  19. [Install]
  20. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement