Révision 4e82c425 dockonsurf.py

b/dockonsurf.py
21 21

  
22 22
with daemon.DaemonContext(working_directory=os.getcwd(), umask=0o002,
23 23
                          files_preserve=[logger.handlers[0].stream.fileno()]):
24
    # From here on, the execution is carried out by a separate process in
25
    # background
24 26
    logger.info(f'DockOnSurf started on {os.getcwd()}.')
25 27
    logger.info(f'To kill DockOnSurf execution type: `$ kill {os.getpid()}`.')
26 28
    logger.info(f"Using '{args.input}' as input.")

Formats disponibles : Unified diff