unix - Custom init.d script gives daemon: not found -
on debian 7 have custom init.d script start solr.
i error though:
starting solr.../etc/init.d/solr: 18: /etc/init.d/solr: daemon: not found                  failed. see error code more information. 
fixed with
apt-get install daemon 
Comments
Post a Comment