> I suggest to put in the /etc/logrotate.d/geneweb script the following > line: > invoke-rc.d geneweb restart > /dev/null > instead of this > /etc/init.d/geneweb force-reload >/dev/null
agreed > > and in the /etc/init.d/geneweb I'd change these two lines: > > restart | force-reload) > > log_success_msg "Usage: /etc/init.d/$NAME > {start|stop|restart|force-reload}" > > with these, respectively: > > restart ) > > log_success_msg "Usage: /etc/init.d/$NAME {start|stop|restart}" force-reload is mandatory. In the case of geneweb where no configuration reload is possible, then the only way to support it is making it similar to "restart". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]