~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead.py

this shouldn't have been commented out

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        sys.stderr.write('PID file: %s\n' % (pidfile,))
100
100
        sys.stderr.write('\n')
101
101
    
102
 
        #daemon.daemonize(pidfile, home)
 
102
        daemon.daemonize(pidfile, home)
103
103
 
104
104
    setup_logging(home, config, foreground=options.foreground)
105
105