# Stop process accounting if configured
local pacct=
if [ "$PROCESS_ACCOUNTING" = "yes" ]; then
accton
accton off
pacct=kernel_pacct
fi