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.
|
- [Unit]
- Description=Diaspora social network (sidekiq)
- PartOf=diaspora.target
- StopWhenUnneeded=true
-
- [Service]
- User={{ diaspora.user.username }}
- Environment=RAILS_ENV={{ diaspora.configuration.server.rails_environment }}
- Environment=LD_PRELOAD={{ diaspora.libjemalloc }}
- WorkingDirectory={{ diaspora.install_path }}
- ExecStart=/bin/bash -lc "bin/bundle exec sidekiq"
- Restart=always
-
- [Install]
- WantedBy=diaspora.target
|