Skip to content

Commit

Permalink
[MINOR] systemds binary singlenode default
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Apr 29, 2021
1 parent f8f2555 commit 686798f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/systemds
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ if [ -z "$SYSDS_QUIET" ]; then
SYSDS_QUIET=0
fi

# if not set by env, set to hybrid execution by default
# if not set by env, set to singlenode execution by default
if [[ -z "$SYSDS_EXEC_MODE" ]]; then
SYSDS_EXEC_MODE=hybrid
SYSDS_EXEC_MODE=singlenode
fi

# an echo toggle
Expand Down

0 comments on commit 686798f

Please sign in to comment.