mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
4 lines
79 B
Bash
4 lines
79 B
Bash
#!/bin/bash
|
|
echo "Starting crond..."
|
|
exec /usr/sbin/crond -f -L "${LOG_CROND}"
|