|
蓝森林 http://www.lslnet.com 2006年4月6日 20:18
BSD下的crontab的问题
BSD下的crontab是自动启动还是在rc.conf里加什么参数。
其它的配置文件要放到/etc
还是要放到什么目录下。。。有经验的兄弟来看一下 |
cron_enable="YES" # Run the periodic job daemon.
cron_program="/usr/sbin/cron" # Which cron executable to run (if enabled).
cron_dst="YES" # Handle DST transitions intelligently (YES/NO)
cron_flags="" # Which options to pass to the cron daemon.
是不是加入这个flags的配置文件直接写
cron_flags="/etc/crontab"
还是要加点其他的什么参数? |
不需要手工启动的? |
LZ是什么意思?crontab缺省情况就可以了! |
crond默认就在运行,不需要什么额外设置啊 |
| |