5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Execute cron with parameters
|
||
|
exec cron -f -l ${LOG_LEVEL:-8}
|