redmine

Added locking

Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -22,6 +22,9 @@ DEFAULT_BONDING_MODE='balance-tlb'
modprobe bonding
trap 'lockfile-remove /run/ipw' SIGINT SIGTERM SIGHUP SIGQUIT SIGALRM SIGILL SIGABRT SIGPIPE EXIT
lockfile-create /run/ipw || exit
eerror() {
echo "$@" >&2
}
... ...