Commit e8a6dbcf by Feanil Patel

Remove the restart handlers for lms cms and lms-preview.

These handlers aren't being used by anyone and have been superceded by
the handler that starts and stops all edxapp components.
parent a4e02c8b
---
- name: restart lms
service: name=lms state=restarted
sudo: True
- name: restart cms
service: name=cms state=restarted
sudo: True
- name: restart lms-preview
service: name=lms-preview state=restarted
sudo: True
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