Module daemon

Module daemon 

Source

Functionsยง

daemonize
Daemonize the current process (Unix only) NOTE: This is a placeholder for Step 3. Actual daemon implementation will be done when we implement the HTTP server.
delete_pid_file
Delete PID file
is_process_running
Check if a process is running
open_browser
Open URL in default browser
pid_file_path
Get PID file path for a Dashboard instance
read_pid_file
Read PID from file
stop_process
Stop a process by PID
write_pid_file
Write PID to file