dm_system_daemonize Function

public function dm_system_daemonize(command) result(rc)

Turns current running program into a daemon. On FreeBSD, it is probably easier to run the process through daemon(8) instead.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: command

Return Value integer


Calls

proc~~dm_system_daemonize~~CallsGraph proc~dm_system_daemonize dm_system_daemonize c_chdir c_chdir proc~dm_system_daemonize->c_chdir c_exit c_exit proc~dm_system_daemonize->c_exit c_fork c_fork proc~dm_system_daemonize->c_fork c_openlog c_openlog proc~dm_system_daemonize->c_openlog c_setsid c_setsid proc~dm_system_daemonize->c_setsid c_umask c_umask proc~dm_system_daemonize->c_umask