scheduler: stash the containerId in the state

the container id will change when the app is re-configured.
in the future, maybe it's better to do this like sftp.rebuild()
This commit is contained in:
Girish Ramakrishnan
2020-09-01 12:44:48 -07:00
parent 5adfa722d4
commit 9ae4ce82a7
2 changed files with 5 additions and 4 deletions

View File

@@ -29,4 +29,3 @@ else
systemctl kill --signal=SIGTERM "${service_name}" || true
systemctl stop "${service_name}" || true # because of remain-after-exit in Ubuntu 16 we have to deactivate the service
fi