6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "${CRONTAB}" > /crontabs/root
|
|
|
|
/usr/sbin/crond -f -d8 -L /var/log/cron.log -c /crontabs
|