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.

diaspora.target 213B

123456789
  1. [Unit]
  2. Description=Diaspora social network
  3. {%- if diaspora.install_redis %}
  4. Wants={{ diaspora.redis_service }}.service
  5. After={{ diaspora.redis_service }}.service
  6. {%- endif %}
  7. [Install]
  8. WantedBy=multi-user.target