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.

16 line
415B

  1. [Unit]
  2. Description=Diaspora social network (sidekiq)
  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. ExecStart=/bin/bash -lc "bin/bundle exec sidekiq"
  11. Restart=always
  12. [Install]
  13. WantedBy=diaspora.target