The call to daemonize() in sysvinit.py was missing the module parameter included in the function definition in service.py. This pull request simply adds that parameter, as the module is used for error handling in daemonize().