In /etc/init.d/preload , instead of using echo it might(?) be best to include the init-functions: . /lib/lsb/init-functions and then use log_daemon_msg() and log_end_msg()
This gives uniformity to the different daemons messages, as I understood.
Log in to post a comment.