Files
NetAlertX/install/production-filesystem/services/start-crond.sh
2025-09-27 21:58:00 -04:00

4 lines
79 B
Bash
Executable File

#!/bin/bash
echo "Starting crond..."
exec /usr/sbin/crond -f -L "${LOG_CROND}"