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