Merge "Don't special case Grenade + systemd"
This commit is contained in:
5
stackrc
5
stackrc
@@ -174,10 +174,7 @@ fi
|
|||||||
# if we are forcing off USE_SCREEN (as we do in the gate), force on
|
# if we are forcing off USE_SCREEN (as we do in the gate), force on
|
||||||
# systemd. This allows us to drop one of 3 paths through the code.
|
# systemd. This allows us to drop one of 3 paths through the code.
|
||||||
if [[ "$USE_SCREEN" == "False" ]]; then
|
if [[ "$USE_SCREEN" == "False" ]]; then
|
||||||
# Remove in Pike: this gets us through grenade upgrade
|
USE_SYSTEMD="True"
|
||||||
if [[ "$GRENADE_PHASE" != "target" ]]; then
|
|
||||||
USE_SYSTEMD="True"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Default for log coloring is based on interactive-or-not.
|
# Default for log coloring is based on interactive-or-not.
|
||||||
|
|||||||
Reference in New Issue
Block a user