Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom init.d script gives daemon: not found

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.
like image 302
kqw Avatar asked Nov 18 '25 16:11

kqw


1 Answers

Fixed with

apt-get install daemon
like image 89
kqw Avatar answered Nov 21 '25 17:11

kqw