OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidfile
(Results
1 - 25
of
357
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/bsd/unbound/dist/contrib/
validation-reporter.sh
11
# The
pidfile
for the reporter daemon.
12
pidfile
="/var/run/validation-reporter.pid"
29
trap "rm -f \"$
pidfile
\"" EXIT
42
echo $! > "$
pidfile
"
47
if test -s "$
pidfile
"; then
48
kill `cat "$
pidfile
"`
50
if kill -0 `cat "$
pidfile
"` >/dev/null 2>&1; then
52
while kill -0 `cat "$
pidfile
"` >/dev/null 2>&1; do
53
kill `cat "$
pidfile
"` >/dev/null 2>&1
62
if test -s "$
pidfile
"; the
[
all
...]
rc_d_unbound
4
# uses the default unbound installation path and
pidfile
location.
21
pidfile
=${unbound_pidfile:-"/usr/local/etc/unbound/unbound.pid"}
29
rm -f "$
pidfile
"
/src/etc/rc.d/
altqd
16
pidfile
="/var/run/${name}.pid"
automountd
14
pidfile
="/var/run/${name}.pid"
autounmountd
14
pidfile
="/var/run/${name}.pid"
cron
15
pidfile
="/var/run/${name}.pid"
dhcrelay
15
pidfile
="/var/run/${name}.pid"
ftpd
16
pidfile
="/var/run/${name}.pid"
inetd
15
pidfile
="/var/run/${name}.pid"
ipmon
15
pidfile
="/var/run/${name}.pid"
iscsi_target
15
pidfile
="/var/run/iscsi-target.pid"
isibootd
14
pidfile
="/var/run/${name}.pid"
kdc
15
pidfile
="/var/run/${name}.pid"
lpd
15
pidfile
="/var/run/${name}.pid"
mrouted
15
pidfile
="/var/run/${name}.pid"
ndbootd
14
pidfile
="/var/run/${name}.pid"
racoon
16
pidfile
="/var/run/${name}.pid"
rarpd
15
pidfile
="/var/run/${name}.pid"
rbootd
15
pidfile
="/var/run/${name}.pid"
rpcbind
14
pidfile
="/var/run/${name}.pid"
screenblank
15
pidfile
="/var/run/${name}.pid"
wsmoused
15
pidfile
="/var/run/${name}.pid"
xdm.in
15
pidfile
="/var/run/${name}.pid"
/src/external/bsd/iscsi/dist/src/etc/rc.d/
iscsi_target
15
pidfile
="/var/run/iscsi-target.pid"
/src/external/bsd/unbound/dist/pythonmod/
test-resip.conf
11
pidfile
: "unbound.pid"
Completed in 34 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026