dm_system_daemonize Function

public function dm_system_daemonize(command) result(rc)

Uses

  • proc~~dm_system_daemonize~~UsesGraph proc~dm_system_daemonize dm_system_daemonize module~dm_c dm_c proc~dm_system_daemonize->module~dm_c module~dm_kind dm_kind module~dm_c->module~dm_kind unix unix module~dm_c->unix iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

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 proc~dm_f_c_string dm_f_c_string proc~dm_system_daemonize->proc~dm_f_c_string