Searched refs:pidfile (Results 1 – 5 of 5) sorted by relevance
203 local pidfile205 pidfile=$(mktemp "${PIDFILE_TEMPLATE}")206 PIDFILES["${pidfile}"]=1208 echo "${pidfile}"212 local pidfile214 for pidfile in "$@"; do215 if [[ -s "${pidfile}" ]]; then216 pkill -SIGTERM -F "${pidfile}" > /dev/null 2>&1219 if [[ -e "${pidfile}" ]]; then220 rm -f "${pidfile}"[all …]
147 static void daemonize(char *rundir, char *pidfile) argument203 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
129 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():
1975 struct file *pidfile = NULL; in copy_process() local2257 retval = pidfd_prepare(pid, flags | PIDFD_STALE, &pidfile); in copy_process()2460 if (pidfile) in copy_process()2461 fd_install(pidfd, pidfile); in copy_process()2484 fput(pidfile); in copy_process()