Searched refs:pidfile (Results 1 – 5 of 5) sorted by relevance
386 local pidfile388 pidfile=$(mktemp "${PIDFILE_TEMPLATE}")389 PIDFILES["${pidfile}"]=1391 echo "${pidfile}"395 local pidfile397 for pidfile in "$@"; do398 if [[ -s "${pidfile}" ]]; then399 pkill -SIGTERM -F "${pidfile}" > /dev/null 2>&1402 if [[ -e "${pidfile}" ]]; then403 rm -f "${pidfile}"[all …]
147 static void daemonize(char *rundir, char *pidfile) argument203 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
156 if ! $qemu -enable-kvm -display none -daemonize -pidfile "${qemu_pid_file}" -monitor none; then
440 with open(f'{cgroup}/cgroup.procs') as pidfile:441 for line in pidfile.readlines():
1973 struct file *pidfile = NULL; in copy_process() local2259 retval = pidfd_prepare(pid, flags | PIDFD_STALE, &pidfile); in copy_process()2462 if (pidfile) in copy_process()2463 fd_install(pidfd, pidfile); in copy_process()2486 fput(pidfile); in copy_process()