Commit f5c8647c by Feanil Patel

Move loading edxapp upstart script to edxapp role.

parent fdda2c15
......@@ -71,6 +71,14 @@
- include: lms-preview.yml
when: "'lms-preview' in service_variants_enabled"
- name: creating edxapp upstart script
sudo: True
template: src=edxapp.conf.j2 dest=/etc/init/edxapp.conf owner=root group=root
tags:
- upstart
- gunicorn
- update
- include: npm.yml
- include: ruby.yml
- include: deploy.yml
---
- name: creating edxapp upstart script
sudo: True
template: src=edxapp.conf.j2 dest=/etc/init/edxapp.conf owner=root group=root
tags:
- upstart
- gunicorn
- update
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment