Debian package with init.d without autostart
- by viraptor
Hi, I'm trying to create a package which contains the init.d file, but doesn't try to start the daemon right after the installation.
Currently, I'm using scripts created from the dh_make template. Right after installation, dpkg wants to start the service. I'd like to stop it from doing that - the daemon will be always started / stopped manually.