Searched refs:pid_file (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vblade/files/ |
| H A D | vblade.init | 84 local pid_file=${2:-/var/run/$base.pid} 87 if [ -f "$pid_file" ] ; then 96 done < "$pid_file" 111 local base pid lock_file= pid_file= 119 pid_file=$2 129 __pids_var_run "$1" "$pid_file" 131 if [ -z "$pid_file" -a -z "$pid" ]; then
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
| H A D | Makefile.am.patch | 8 …f_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h… 10 …nf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbipd.c | 464 static const char *pid_file; variable 468 if (pid_file) { in write_pid_file() 469 dbg("creating pid file %s", pid_file); in write_pid_file() 472 fp = fopen(pid_file, "w"); in write_pid_file() 475 pid_file, errno, strerror(errno)); in write_pid_file() 485 if (pid_file) { in remove_pid_file() 486 dbg("removing pid file %s", pid_file); in remove_pid_file() 487 unlink(pid_file); in remove_pid_file() 612 pid_file = NULL; in main() 645 pid_file = optarg ? optarg : DEFAULT_PID_FILE; in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | proftpd-config-fix.patch | 12 -pid_file=/usr/local/var/proftpd.pid 15 +pid_file=/var/proftpd.pid
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
| H A D | 0001-coordinator-Fix-strncpy-range-warning.patch | 26 pid_file = getenv("PID_FILE"); 27 if (!pid_file)
|
| /OK3568_Linux_fs/buildroot/package/mpd/ |
| H A D | mpd.conf | 19 pid_file "/var/run/mpd.pid"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, argument 1281 if pid_file is None: 1284 pid_file = os.path.join(dirname, basename + '.pid') 1286 if pid_file and os.path.lexists(pid_file): 1287 err = 'Cannot daemonize: pid file %s already exists.' % pid_file 1320 if pid_file: 1322 fd_pid = os.open(pid_file, flags, 0o0600) 1327 atexit.register(lambda : os.unlink(pid_file))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/ |
| H A D | owhttpd | 23 start-stop-daemon --start -x /usr/bin/${DAEMON} -- ${CMDLINE} --pid_file /var/run/${DAEMON}.pid
|
| H A D | owserver | 22 start-stop-daemon --start -x /usr/bin/${DAEMON} -- ${CMDLINE} --pid_file /var/run/${DAEMON}.pid
|
| /OK3568_Linux_fs/buildroot/package/owfs/ |
| H A D | S55owserver | 16 --pid_file ${PID_F} ${OWSERVER_ARGS}
|
| H A D | S60owfs | 17 --pid_file ${PID_F} -m ${OWFS_MOUNTPOINT} ${OWFS_DEVICES} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/ |
| H A D | minifi-cpp_0.7.0.bb | 111 sed -i 's|pid_file=${bin_dir}/.|pid_file='${localstatedir}/run/'|g' ${D}${MINIFI_BIN}/minifi.sh
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
| H A D | mpd.conf.in | 43 #pid_file "/var/run/mpd/mpd.pid"
|