TT#43700 Run ngcp-service sync-state after queue service execution

This will make sure any service that should not be running is stopped,
and any that should is started.

Change-Id: I7ab181b66ed3554c8f93f2d9f46dc08ee087a87d
changes/67/24667/1
Guillem Jover 8 years ago
parent 0e84ac6e21
commit b3a88d1379

@ -83,6 +83,9 @@ execute() {
log_info "Executing enqueued services actions"
ngcp-service queue-run
log_info "Synchronizing current with expected services state"
ngcp-service sync-state
}
systed_daemon_reload_preset() {

Loading…
Cancel
Save