Creating a Custom Ubuntu Daemon
        Posted  
        
            by Chris S
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris S
        
        
        
        Published on 2010-06-16T18:29:25Z
        Indexed on 
            2010/06/16
            18:32 UTC
        
        
        Read the original article
        Hit count: 193
        
What's the "correct" way to create a custom daemon in Ubuntu, that will start at boot time and be controllable by Ubuntu's standard daemon start/stop commands?
Can I just copy and paste one of the scripts in /etc/init.d or do I need to "register" the daemon somewhere else?
© Stack Overflow or respective owner