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