X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fbootscripts%2Ffcron;h=9fd60a848ae47d7cac3797b8bb11399f37cc613c;hb=16e556be676ab727a73d9a98bcd7d68fb5a29f4f;hp=d26e880c0559ccec1eafa9d324c821b3a83d8383;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/bootscripts/fcron b/stage3/bootscripts/fcron index d26e880..9fd60a8 100755 --- a/stage3/bootscripts/fcron +++ b/stage3/bootscripts/fcron @@ -7,10 +7,16 @@ source /etc/rc.d/init.d/functions log_script_name "$0 $*" +fcron_start() +{ + /etc/fcron/configure + loadproc fcron -b -c /etc/fcron/fcron.conf +} + # See how we were called. case "$1" in start) - cmd_run_log_box_warn "Starting fcron" loadproc fcron -b -c /etc/fcron/fcron.conf + cmd_run_log_box_warn "Starting fcron" fcron_start ;; stop)