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 (unicorn)
- 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 }}
- PIDFile={{ diaspora.install_path }}/tmp/pids/web.pid
- ExecStart=/bin/bash -lc "bin/bundle exec unicorn -c config/unicorn.rb -E {{ diaspora.configuration.server.rails_environment }}"
- ExecReload=/bin/kill -USR2 $MAINPID
- Restart=always
-
- [Install]
- WantedBy=diaspora.target
|