Update restart logic for git install
This commit is contained in:
parent
994e29fd27
commit
f17dd07e4a
@ -673,8 +673,4 @@ def git_post_install(projects_yaml):
|
|||||||
|
|
||||||
service_restart('tgtd')
|
service_restart('tgtd')
|
||||||
|
|
||||||
for s, p in [('api', API_PACKAGES),
|
[service_restart(s) for s in services()]
|
||||||
('volume', VOLUME_PACKAGES),
|
|
||||||
('scheduler', SCHEDULER_PACKAGES)]:
|
|
||||||
if service_enabled(s):
|
|
||||||
service_restart(s)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user