|
Lines 1054-1059
Link Here
|
| 1054 |
else |
1054 |
else |
| 1055 |
_doit="\ |
1055 |
_doit="\ |
| 1056 |
${_chdir:+cd $_chdir && }\ |
1056 |
${_chdir:+cd $_chdir && }\ |
|
|
1057 |
limits -C $_login_class \ |
| 1057 |
${_fib:+setfib -F $_fib }\ |
1058 |
${_fib:+setfib -F $_fib }\ |
| 1058 |
${_env:+env $_env }\ |
1059 |
${_env:+env $_env }\ |
| 1059 |
$command $rc_flags $command_args" |
1060 |
$command $rc_flags $command_args" |
|
Lines 1071-1079
Link Here
|
| 1071 |
fi |
1072 |
fi |
| 1072 |
fi |
1073 |
fi |
| 1073 |
|
1074 |
|
| 1074 |
# Prepend default limits |
|
|
| 1075 |
_doit="limits -C $_login_class $_doit" |
| 1076 |
|
| 1077 |
# run the full command |
1075 |
# run the full command |
| 1078 |
# |
1076 |
# |
| 1079 |
if ! _run_rc_doit "$_doit"; then |
1077 |
if ! _run_rc_doit "$_doit"; then |