init.d scripts should include LSB Header

Issue #209 resolved
Matthew Rauch created an issue

If you want to add the init.d scripts to startup then the best way is through the new insserv command. But it requires an LSB header:

https://wiki.debian.org/LSBInitScripts

BEGIN INIT INFO

Provides: scriptname

Required-Start: $remote_fs $syslog

Required-Stop: $remote_fs $syslog

Default-Start: 2 3 4 5

Default-Stop: 0 1 6

Short-Description: Start daemon at boot time

Description: Enable service provided by daemon.

END INIT INFO

I would suggest adding this to them for future.

Comments (3)

  1. Log in to comment