Pull dstat logic into its own function so grenade can use it
In order to use dstat on the new side of grenade, pull dstat code into its own lib with the function start_dstat Change-Id: I5c908d594a6f3a90ed4b3f744002bf606841cf07
This commit is contained in:
3 changed files with 45 additions and 9 deletions
@@ -162,6 +162,8 @@ if is_service_enabled trove; then
cleanup_trove
fi
stop_dstat
# Clean up the remainder of the screen processes
SCREEN=$(which screen)
if [[ -n "$SCREEN" ]]; then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.