Home
last modified time | relevance | path

Searched refs:PIDFILE (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/dports/security/munge/munge-munge-0.5.14/src/etc/
H A Dmunge.sysvinit.init.in140 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
158 ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
171 ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
207 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
217 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
225 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
231 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON_EXEC"
305 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
374 status ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON_EXEC"
379 checkproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON_EXEC"
[all …]
/dports/sysutils/powerman/powerman-2.3.20/scripts/
H A Dpowerman.in129 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
147 ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
195 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
211 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
217 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON"
227 [ -f "$PIDFILE" ] && rm -f "$PIDFILE"
291 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
306 killproc -HUP ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON"
314 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON" -HUP
365 checkproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON"
[all …]
/dports/sysutils/conman/conman-conman-0.3.0/etc/
H A Dconman.init.in128 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
146 ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
194 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
210 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} \
216 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON"
226 [ -f "$PIDFILE" ] && rm -f "$PIDFILE"
290 ${PIDFILE:+"--pidfile"} ${PIDFILE:+"$PIDFILE"} \
305 killproc -HUP ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON"
313 killproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON" -HUP
364 checkproc ${PIDFILE:+"-p"} ${PIDFILE:+"$PIDFILE"} "$DAEMON"
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/sample/
H A Dhsqldb.init171 PIDFILE=
192 PIDFILE=/etc/${SERVICE}.pid
196 PIDFILE=/etc/${SERVICE}.pid
320 [ -r "$PIDFILE" ] && {
321 [ -f "$PIDFILE" ] || {
325 [ -w "$PIDFILE" ] || {
343 rm -f "$PIDFILE" || {
384 touch "$PIDFILE" || {
403 export PIDFILE
434 export PIDFILE
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/sample/
H A Dhsqldb.init171 PIDFILE=
192 PIDFILE=/etc/${SERVICE}.pid
196 PIDFILE=/etc/${SERVICE}.pid
320 [ -r "$PIDFILE" ] && {
321 [ -f "$PIDFILE" ] || {
325 [ -w "$PIDFILE" ] || {
343 rm -f "$PIDFILE" || {
384 touch "$PIDFILE" || {
403 export PIDFILE
434 export PIDFILE
[all …]
/dports/net/ocserv/ocserv-1.1.3/tests/
H A Dtest-cookie-timeout51 if [ ! -f "${PIDFILE}" ];then
55 CPID=`cat "${PIDFILE}"`
57 rm -f "${PIDFILE}"
66 if [ ! -f "${PIDFILE}" ];then
70 CPID=`cat "${PIDFILE}"`
72 rm -f "${PIDFILE}"
85 CPID=`cat "${PIDFILE}"`
87 rm -f "${PIDFILE}"
97 if [ -f "${PIDFILE}" ];then
99 CPID=`cat "${PIDFILE}"`
[all …]
/dports/www/tntnet/tntnet-2.2.1/etc/init.d/
H A Dtntnet.in10 [ -f $PIDFILE ] || return 1
12 PID=`cat $PIDFILE`
13 [ -f $PIDFILE ] && kill $PID
15 if [ -f $PIDFILE ]; then
20 if [ -f $PIDFILE ]; then
25 [ ! -f $PIDFILE ]
31 if [ -f $PIDFILE ] && ps `cat $PIDFILE`|grep -q tntnet
46 if [ ! -f $PIDFILE ]
73 if [ ! -f $PIDFILE ]
83 PID=`cat $PIDFILE`
[all …]
/dports/www/sogo/SOGo-5.4.0/packaging/debian/
H A Dsogo.init41 PIDFILE=/var/run/$NAME/$NAME.pid
59 DAEMON_OPTS="-WOWorkersCount $PREFORK -WOPidFile $PIDFILE -WOLogFile $LOGFILE"
74 [ -e $PIDFILE ] && chown root:root $PIDFILE
79 [ -e $PIDFILE ] && chown root:root $PIDFILE
80 start-stop-daemon -c $USER --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 --oknodo
81 rm -f $PIDFILE
86 [ -e $PIDFILE ] && chown root:root $PIDFILE
87 start-stop-daemon -c $USER --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 --oknodo
88 rm -f $PIDFILE
94 [ -e $PIDFILE ] && chown root:root $PIDFILE
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/packaging/debian/
H A Dsogo.init41 PIDFILE=/var/run/$NAME/$NAME.pid
59 DAEMON_OPTS="-WOWorkersCount $PREFORK -WOPidFile $PIDFILE -WOLogFile $LOGFILE"
74 [ -e $PIDFILE ] && chown root:root $PIDFILE
79 [ -e $PIDFILE ] && chown root:root $PIDFILE
80 start-stop-daemon -c $USER --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 --oknodo
81 rm -f $PIDFILE
86 [ -e $PIDFILE ] && chown root:root $PIDFILE
87 start-stop-daemon -c $USER --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 --oknodo
88 rm -f $PIDFILE
94 [ -e $PIDFILE ] && chown root:root $PIDFILE
[all …]
/dports/net-mgmt/dhcp_probe/dhcp_probe-1.3.1/extras/
H A Ddhcp_probe.startup.Solaris934 PIDFILE=/var/run/dhcp_probe.$INTERFACE.pid
67 if [ -f $PIDFILE ]; then
68 pid=`cat $PIDFILE`
79 cp /dev/null $PIDFILE
106 if [ -f $PIDFILE ] ; then
107 pid=`cat $PIDFILE`
115 cp /dev/null $PIDFILE
123 cp /dev/null $PIDFILE
132 cp /dev/null $PIDFILE
138 echo "$0: pidfile $PIDFILE is empty, assuming is not running"
[all …]
H A Dsite-application-dhcp_probe131 PIDFILE=$PIDFILEDIR/$PROGNAME.$INTERFACE.pid
156 if [ -f $PIDFILE ]; then
157 pid=`/usr/bin/cat $PIDFILE`
168 /usr/bin/cp /dev/null $PIDFILE
209 PIDFILE=$PIDFILEDIR/$PROGNAME.$INTERFACE.pid
217 if [ -f $PIDFILE ] ; then
219 pid=`/usr/bin/cat $PIDFILE`
229 /usr/bin/cp /dev/null $PIDFILE
246 /usr/bin/cp /dev/null $PIDFILE
265 /usr/bin/cp /dev/null $PIDFILE
[all …]
/dports/net/ntp/ntp-4.2.8p15/scripts/rc/
H A Dntpd4 PIDFILE=/var/run/ntpd.pid
7 NTPD_OPTS="-g -u $USER:$GROUP -p $PIDFILE"
10 if [ -r $PIDFILE ]; then
11 echo "ntpd seems to be already running under pid `cat $PIDFILE`."
12 echo "Delete $PIDFILE if this is not the case.";
34 [ -e $PIDFILE ] && rm $PIDFILE
40 if [ ! -r $PIDFILE ]; then
45 PID=`cat $PIDFILE`
55 rm $PIDFILE
66 if [ -r $PIDFILE ]; then
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/etc/rc/
H A Dntpd13 PIDFILE=/var/run/ntpd.pid
16 NTPD_OPTS="-g -N -u $USER:$GROUP -p $PIDFILE"
19 if [ -r $PIDFILE ]; then
20 echo "ntpd seems to be already running under pid `cat $PIDFILE`."
21 echo "Delete $PIDFILE if this is not the case.";
43 [ -e $PIDFILE ] && rm $PIDFILE
49 if [ ! -r $PIDFILE ]; then
54 PID=`cat $PIDFILE`
64 rm $PIDFILE
75 if [ -r $PIDFILE ]; then
[all …]
/dports/net/yazproxy/yazproxy-1.3.9/etc/
H A Dyazproxyctl.sh13 PIDFILE="/var/run/yazproxy.pid"
53 if test -f $PIDFILE; then
54 kill `cat $PIDFILE`
55 rm -f $PIDFILE
58 echo "No PID $PIDFILE"
64 if test -f $PIDFILE; then
65 kill -HUP `cat $PIDFILE`
68 echo "No PID $PIDFILE"
74 if test -f $PIDFILE; then
75 kill `cat $PIDFILE`
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/etc/
H A Dyadifad.init.example127 if [ -f ${PIDFILE} ]
129 PID=$(cat ${PIDFILE})
140 rm -f ${PIDFILE}
144 rm -f ${PIDFILE}
239 if [ -f ${PIDFILE} ]
241 while [ -f ${PIDFILE} ]
243 PID=$(cat ${PIDFILE})
248 rm -f ${PIDFILE}
257 rm -f ${PIDFILE}
265 if [ ! -f ${PIDFILE} ]
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/scripts/
H A Dinit.sh45 PIDFILE=/var/run/influxdb/influxd.pid
46 PIDDIR=`dirname $PIDFILE`
97 if [ -f $PIDFILE ]; then
98 PID="$(cat $PIDFILE)"
127 --pidfile $PIDFILE \
130 -pidfile $PIDFILE \
140 if [ -f $PIDFILE ]; then
154 if [ -f $PIDFILE ]; then
155 local PID="$(cat $PIDFILE)"
196 if [ -f $PIDFILE ]; then
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/scripts/
H A Dinit.sh45 PIDFILE=/var/run/influxdb/influxd.pid
46 PIDDIR=`dirname $PIDFILE`
97 if [ -f $PIDFILE ]; then
98 PID="$(cat $PIDFILE)"
127 --pidfile $PIDFILE \
130 -pidfile $PIDFILE \
140 if [ -f $PIDFILE ]; then
154 if [ -f $PIDFILE ]; then
155 local PID="$(cat $PIDFILE)"
196 if [ -f $PIDFILE ]; then
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/scripts/
H A Dinit.sh45 PIDFILE=/var/run/influxdb/influxd.pid
46 PIDDIR=`dirname $PIDFILE`
97 if [ -f $PIDFILE ]; then
98 PID="$(cat $PIDFILE)"
127 --pidfile $PIDFILE \
130 -pidfile $PIDFILE \
140 if [ -f $PIDFILE ]; then
154 if [ -f $PIDFILE ]; then
155 local PID="$(cat $PIDFILE)"
196 if [ -f $PIDFILE ]; then
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/scripts/
H A Dinit.sh45 PIDFILE=/var/run/influxdb/influxd.pid
46 PIDDIR=`dirname $PIDFILE`
97 if [ -f $PIDFILE ]; then
98 PID="$(cat $PIDFILE)"
127 --pidfile $PIDFILE \
130 -pidfile $PIDFILE \
140 if [ -f $PIDFILE ]; then
154 if [ -f $PIDFILE ]; then
155 local PID="$(cat $PIDFILE)"
196 if [ -f $PIDFILE ]; then
[all …]
/dports/mail/mailscanner/MailScanner-5.3.4/usr/lib/MailScanner/init/
H A Dmsmilter-init71 if [ -z $PIDFILE ]; then
117 if [ -f $PIDFILE ] ; then
118 PID=$(head -n 1 $PIDFILE)
163 if [ -f $PIDFILE ] ; then
164 rm -f $PIDFILE
204 if [ -f $PIDFILE ] ; then
205 rm -f $PIDFILE
214 if [ -f $PIDFILE ] ; then
302 if [ -f $PIDFILE ] ; then
430 if [ -f $PIDFILE ] ; then
[all …]
/dports/devel/cvsd/cvsd-1.0.24/
H A Dcvsd.init.in40 PIDFILE=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $CVSD_CFG`
53 if [ -n "$PIDFILE" ] && [ -f "$PIDFILE" ] && \
54 kill -s 0 `cat $PIDFILE` > /dev/null 2>&1
66 if [ -n "$PIDFILE" ]
68 if [ -f "$PIDFILE" ]
75 kill `cat $PIDFILE 2> /dev/null` 2> /dev/null
77 rm -f $PIDFILE
90 if [ -n "$PIDFILE" ]
92 if [ -f "$PIDFILE" ]
94 if kill -s 0 `cat $PIDFILE` > /dev/null 2>&1
/dports/net-mgmt/xymon-server/xymon-4.3.30/debian/
H A Dxymon.init20 PIDFILE=/var/run/xymon/xymonlaunch.pid
45 --pidfile=$PIDFILE
51 start-stop-daemon --exec $DAEMON --pidfile $PIDFILE --stop --retry 5
56 if test -s $PIDFILE
58 kill -0 `cat $PIDFILE`
61 echo "Xymon (xymonlaunch) running with PID `cat $PIDFILE`"
65 rm -f $PIDFILE
75 if test -s $PIDFILE
87 if test -s $PIDFILE
98 for PIDFILE in /var/run/xymon/*.pid
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/debian/
H A Dxymon.init20 PIDFILE=/var/run/xymon/xymonlaunch.pid
45 --pidfile=$PIDFILE
51 start-stop-daemon --exec $DAEMON --pidfile $PIDFILE --stop --retry 5
56 if test -s $PIDFILE
58 kill -0 `cat $PIDFILE`
61 echo "Xymon (xymonlaunch) running with PID `cat $PIDFILE`"
65 rm -f $PIDFILE
75 if test -s $PIDFILE
87 if test -s $PIDFILE
98 for PIDFILE in /var/run/xymon/*.pid
[all …]
/dports/mail/mailfromd/mailfromd-8.10/etc/
H A Drc.in18 PIDFILE=<DEFAULT_PIDFILE>
31 rm -f $PIDFILE
33 if [ ! -r $PIDFILE ]; then
44 if [ -r $PIDFILE ]; then
45 PID=`head -n 1 $PIDFILE`
48 while [ -r $PIDFILE ]
56 if [ -r $PIDFILE ]; then
59 rm $PIDFILE
68 if [ -r $PIDFILE ]; then
108 PID=`head -n 1 $PIDFILE`
[all …]
/dports/www/hiawatha/hiawatha-10.12/extra/debian/
H A Dhiawatha.init15 PIDFILE=/var/run/hiawatha.pid
32 if [ -e $PIDFILE ]; then
33 status_of_proc -p $PIDFILE $DAEMON $NAME && status="0" || status="$?"
41 if start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON; then
49 pidofproc -p $PIDFILE $DAEMON > /dev/null && status="0" || status="$?"
52 rm -f $PIDFILE
57 if start-stop-daemon --stop --quiet --oknodo --retry 30 --pidfile $PIDFILE; then
59 rm -f $PIDFILE
68 start-stop-daemon --stop --quiet --oknodo --retry 30 --pidfile $PIDFILE
69 if start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --exec $DAEMON; then
[all …]

12345678910>>...48