Révision b12eded7 dockonsurf.py
b/dockonsurf.py | ||
---|---|---|
17 | 17 |
logger = config_log('DockOnSurf') |
18 | 18 |
|
19 | 19 |
print("Running DockOnSurf.\n" |
20 |
f"To check DockOnSurf activity see '{logger.handlers[0].baseFilename}'.\n" |
|
21 |
f"To stop DockOnSurf execution type: `$ kill {os.getpid()}`.") |
|
20 |
f"To check DockOnSurf activity see '{logger.handlers[0].baseFilename}'.") |
|
22 | 21 |
|
23 | 22 |
with daemon.DaemonContext(working_directory=os.getcwd(), umask=0o002, |
24 | 23 |
files_preserve=[logger.handlers[0].stream.fileno()]): |
Formats disponibles : Unified diff