#! /bin/bash # # Copyright (c) 2013-2014 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # # Loads Up Utilities and Commands Variables source /usr/local/sbin/collect_parms source /usr/local/sbin/collect_utils SERVICE="sm" LOGFILE="${extradir}/sm.info" echo "${hostname}: Service Management : ${LOGFILE}" ############################################################################### # Only Controller ############################################################################### if [ "$nodetype" = "controller" ] ; then kill -SIGUSR1 $(>${COLLECT_ERROR_LOG} >> ${LOGFILE} fi exit 0