Searched defs:pidfile_path (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-instance.c52 const char *instance_path, *pidfile_path; local
91 pidfile_path = t_strconcat(inst->base_dir, "/master.pid", NULL);
92 if (pid_file_read(pidfile_path))
H A Ddoveadm-master.c55 const char *pidfile_path; local
59 pidfile_path = t_strconcat(doveadm_settings->base_dir,
62 if (!pid_file_read(pidfile_path, &pid))
63 i_fatal("Dovecot is not running (read from %s)", pidfile_path);
/dovecot/src/master/
H A Dmain.c54 static char *pidfile_path; variable
533 create_pid_file(pidfile_path);
563 i_unlink(pidfile_path);
564 i_free(pidfile_path);
858 pidfile_path =
868 pid_file_check_running(pidfile_path);

Completed in 13 milliseconds