2

On Debian 7 I have a custom init.d script to start solr.

I get this error though:

Starting solr.../etc/init.d/solr: 18: /etc/init.d/solr: daemon: not found                 
failed. See error code for more information.
the
  • 21,007
  • 11
  • 68
  • 101

1 Answers1

3

Fixed with

apt-get install daemon
the
  • 21,007
  • 11
  • 68
  • 101