Fix typo in nodepool-builder.init
Change-Id: I5902595d1aa6ee4e7141b58b51ce6913b73df627 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
aaa485a777
commit
70e0e5f1c6
@ -47,7 +47,7 @@ do_start()
|
|||||||
|
|
||||||
if [ ! -d "$PIDFILE_DIR" ] ; then
|
if [ ! -d "$PIDFILE_DIR" ] ; then
|
||||||
mkdir -p $PIDFILE_DIR
|
mkdir -p $PIDFILE_DIR
|
||||||
chown $USER $PIFILE_DIR
|
chown $USER $PIDFILE_DIR
|
||||||
fi
|
fi
|
||||||
ulimit -n 8192
|
ulimit -n 8192
|
||||||
start-stop-daemon --start --quiet --pidfile $PIDFILE -c $USER --exec $DAEMON --test > /dev/null \
|
start-stop-daemon --start --quiet --pidfile $PIDFILE -c $USER --exec $DAEMON --test > /dev/null \
|
||||||
|
Loading…
Reference in New Issue
Block a user