typo fix
This commit is contained in:
parent
9a6698876a
commit
170ce2624a
@ -256,7 +256,7 @@ for _cmd; do
|
|||||||
# Apply any ulimit defined
|
# Apply any ulimit defined
|
||||||
if [ -n "${rc_ulimit:-$RC_ULIMIT}" ]; then
|
if [ -n "${rc_ulimit:-$RC_ULIMIT}" ]; then
|
||||||
if ! ulimit ${rc_ulimit:-$RC_ULIMIT}; then
|
if ! ulimit ${rc_ulimit:-$RC_ULIMIT}; then
|
||||||
eerror "${RC_SVCNAME: unable to apply RC_ULIMIT settings"
|
eerror "${RC_SVCNAME}: unable to apply RC_ULIMIT settings"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Apply cgroups settings if defined
|
# Apply cgroups settings if defined
|
||||||
|
Loading…
Reference in New Issue
Block a user