SuperTux88's Diaspora Saltstack Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
365B

  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. WorkingDirectory={{ diaspora.install_path }}
  9. ExecStart=/bin/bash -lc "bin/bundle exec sidekiq"
  10. Restart=always
  11. [Install]
  12. WantedBy=diaspora.target