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