I am trying to register my service using /sbin/chkconfig –a Sample
BEGIN INIT INFO
My Product Entry
Provides: My Sample
Product Aliases:
Required-Start:
Required-Stop:
Default-Start:
Default-Stop: 0 1 2 4 6
chkconfig:
Description: My Sample
END INIT INFO
Even though my default start is NULL it is taking the runlevel 3 and 5.
Here is my log file.
Sample 0: off 1: off 2: off 3: on 4: off 5: on 6: off
insserv: warning: script ‘’ missing LSB tags and overrides
insserv: warning: script ‘’ missing LSB tags and overrides
insserv: warning: script ‘’ missing LSB tags and overrides
insserv: Default-Start undefined, assuming default start runlevel(s) for script virtual_build.OLD' insserv: warning: script '' missing LSB tags and overrides insserv: warning: script '' missing LSB tags and overrides insserv: warning: current start runlevel(s) (3 5) of script
Sample’ overwrites defaults (empty).