xtd.core.tools.daemonize module

xtd.core.tools.daemonize.daemonize(p_pidFilePath)[source]

Detach a process from the controlling terminal and run it in the background as a daemon.

xtd.core.tools.daemonize.get_pid_from_file(p_fileFilePath)[source]
xtd.core.tools.daemonize.is_running(p_pid)[source]