Searched refs:pidfile (Results 1 – 23 of 23) sorted by relevance
12 start-stop-daemon --start --quiet --background --make-pidfile \13 --pidfile $PIDFILE --exec $DAEMON -- $DAEMON_ARGS \19 start-stop-daemon --stop --quiet --pidfile $PIDFILE \
19 …start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/atd.pid --background --exec /u…24 start-stop-daemon --stop --quiet --pidfile /var/run/atd.pid
78 start-stop-daemon --chuid $USERNAME --start --pidfile $PIDFILE --make-pidfile \81 start-stop-daemon --chuid $USERNAME --start --pidfile $PIDFILE --make-pidfile \96 start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --exec $DAEMON
60 while read -r pidfile; do61 if is_alive "$pidfile" /usr/sbin/dnsmasq; then62 start-stop-daemon -K -q -p "$pidfile" -x /usr/sbin/dnsmasq68 rm -f "$pidfile"
11 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec /usr/sbin/thd -- $DAEMON_ARGS \17 start-stop-daemon --stop --quiet --pidfile $PIDFILE \
6 start-stop-daemon -S -q -x /usr/sbin/olsrd -- -d 0 -pidfile /run/olsrd.pid
7 sha256 bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918 src/pidfile.c
11 LIBITE_LICENSE_FILES = LICENSE src/chomp.c src/pidfile.c
14 start-stop-daemon --stop --quiet --pidfile /var/run/mpd.pid \
4 Subject: [PATCH] add pidfile19 +pidfile = "/var/run/prosody/prosody.pid"
17 start-stop-daemon --stop --quiet --pidfile $PIDFILE \
18 start-stop-daemon --stop --quiet --pidfile $PIDFILE
8 pidfile = /var/run/supervisord.pid
9 ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml -i eth0 --pidfile /var/run/suricata.pid
57 pidfile = pidfile_found.group(1)58 if not self.PIDFILE_PATTERN.match(pidfile):
19 pidfile="/run/${RC_SVCNAME}.pid"
29 pidfile="/run/${RC_SVCNAME}.pid"
13 ExecStart=/usr/bin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --pidfile=/run/…
18 --with-pidfile=/var/run/unbound.pid \
40 --with-pidfile=/var/run/squid.pid \
260 -char pidfile[PATH_MAX]; // File where a process id is stored.262 +extern char pidfile[PATH_MAX]; // File where a process id is stored.526 +char pidfile[PATH_MAX]; // File where a process id is stored.
592 11: # BusyBox' syslogd does not create a pidfile, so pass "-n" in the command line
1243 package/prosody/0002-add-pidfile.patch lib_patch.Upstream
Completed in 47 milliseconds