SuperTux88's Diaspora Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
582B

  1. [Unit]
  2. Description=Diaspora social network (unicorn)
  3. PartOf=diaspora.target
  4. StopWhenUnneeded=true
  5. [Service]
  6. User={{ diaspora.user.username }}
  7. Environment=RAILS_ENV={{ diaspora.configuration.server.rails_environment }}
  8. Environment=LD_PRELOAD={{ diaspora.libjemalloc }}
  9. WorkingDirectory={{ diaspora.install_path }}
  10. PIDFile={{ diaspora.install_path }}/tmp/pids/web.pid
  11. ExecStart=/bin/bash -lc "bin/bundle exec unicorn -c config/unicorn.rb -E {{ diaspora.configuration.server.rails_environment }}"
  12. ExecReload=/bin/kill -USR2 $MAINPID
  13. Restart=always
  14. [Install]
  15. WantedBy=diaspora.target