summaryrefslogtreecommitdiff
path: root/apps/startup-scripts/src/simple-restarter
diff options
context:
space:
mode:
Diffstat (limited to 'apps/startup-scripts/src/simple-restarter')
-rwxr-xr-xapps/startup-scripts/src/simple-restarter2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/startup-scripts/src/simple-restarter b/apps/startup-scripts/src/simple-restarter
index a158b38bef..1865eaa87d 100755
--- a/apps/startup-scripts/src/simple-restarter
+++ b/apps/startup-scripts/src/simple-restarter
@@ -50,6 +50,8 @@ fi
# Main restart loop
while true; do
STARTING_TIME=$(date +%s)
+
+ echo "AC_CONFIG_POLICY: $AC_CONFIG_POLICY"
# Use starter script to launch the binary with all parameters
"$STARTER_SCRIPT" "$BINPATH" "$BINFILE" "$GDB_FILE" "$CONFIG" "$SYSLOG" "$SYSERR" "$GDB_ENABLED" "$CRASHES_PATH"