s6 setup improvements #945

This commit is contained in:
jokob-sk
2025-01-09 08:35:09 +11:00
parent b29dcbfa98
commit 2302cd9a31
2 changed files with 6 additions and 6 deletions

View File

@@ -126,8 +126,8 @@ if [ ! -f "${INSTALL_DIR}/front/buildtimestamp.txt" ]; then
fi
# Start crond service in the background
echo "[INSTALL] Starting crond service..."
crond -f -d 8 > /dev/null 2>&1 &
# echo "[INSTALL] Starting crond service..."
# crond -f -d 8 > /dev/null 2>&1 &
echo -e "
[ENV] PATH is ${PATH}