Skip to content

Commit

Permalink
SERVER-18162 Make init.d script for suse work when /var/run/mongodb d…
Browse files Browse the repository at this point in the history
…oesn't exist.

Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
  • Loading branch information
cesarizu authored and ehershey committed Apr 22, 2015
1 parent 33ef05c commit 4b5008d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/init.d-mongod.suse
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if [ -f "$SYSCONFIG" ]; then
. "$SYSCONFIG"
fi

PIDDIR=`dirname $PIDFILEPATH`

# Handle NUMA access to CPUs (SERVER-3574)
# This verifies the existence of numactl as well as testing that the command works
NUMACTL_ARGS="--interleave=all"
Expand Down

0 comments on commit 4b5008d

Please sign in to comment.