We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd11d9 commit f320cbbCopy full SHA for f320cbb
contrib/start-scripts/linux
@@ -81,7 +81,7 @@ test -x $DAEMON ||
81
82
# If we want to tell child processes to adjust their OOM scores, set up the
83
# necessary environment variables. Can't just export them through the "su".
84
-if [ -e "$PG_OOM_ADJUST_FILE" -a -n "PG_CHILD_OOM_SCORE_ADJ" ]
+if [ -e "$PG_OOM_ADJUST_FILE" -a -n "$PG_CHILD_OOM_SCORE_ADJ" ]
85
then
86
DAEMON_ENV="PG_OOM_ADJUST_FILE=$PG_OOM_ADJUST_FILE PG_OOM_ADJUST_VALUE=$PG_CHILD_OOM_SCORE_ADJ"
87
fi
0 commit comments