Debian package with init.d without autostart
        Posted  
        
            by viraptor
        on Server Fault
        
        See other posts from Server Fault
        
            or by viraptor
        
        
        
        Published on 2010-05-26T15:35:07Z
        Indexed on 
            2010/05/26
            15:41 UTC
        
        
        Read the original article
        Hit count: 343
        
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.
© Server Fault or respective owner