/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

working new feature: network-hooks - Enables user-scripts to take up
                     interfaces during bootup

Show diffs side-by-side

added added

removed removed

Lines of Context:
2165
2165
        # Close all input and output, do double fork, etc.
2166
2166
        daemon()
2167
2167
    
2168
 
    gobject.threads_init()
2169
 
    
2170
2168
    global main_loop
2171
2169
    # From the Avahi example code
2172
2170
    DBusGMainLoop(set_as_default=True )