Update restart logic for git install

This commit is contained in:
Corey Bryant 2015-04-02 15:01:29 +00:00
parent 994e29fd27
commit f17dd07e4a

View File

@ -673,8 +673,4 @@ def git_post_install(projects_yaml):
service_restart('tgtd')
for s, p in [('api', API_PACKAGES),
('volume', VOLUME_PACKAGES),
('scheduler', SCHEDULER_PACKAGES)]:
if service_enabled(s):
service_restart(s)
[service_restart(s) for s in services()]