Searched refs:PID (Results 1 – 12 of 12) sorted by relevance
6 PID=`pidof NetworkManager`11 if [ -z "$PID" ]; then14 if [ ! -z "$PID" -o $? -gt 0 ]; then22 [ ! -z "$PID" ] && kill $PID > /dev/null 2>&1
8 PID="/var/run/irqbalance.pid"22 pidof irqbalance > $PID26 start-stop-daemon -K -q -p $PID
6 PID 1 for containers.
13 Linux task / PID)15 PID), including support for virtualization architectures18 * Per-task (per-PID) memory and page fault statistics
6 act as PID 1 for containers.
45 printf("%s: PID\n", __FUNCTION__);48 + printf("%s: PID not supported\n", __FUNCTION__);
11 [ 1.980713] kernel: CPU: 0 PID: 209 Comm: scsi_eh_8 Not tainted 5.15.0-25-generic #25-Ubuntu
406 - shell_type=$(ps -p "$(ps -p $PPID | awk '$1 !~ /PID/ {print $1}')" | awk 'FNR>1 {print $1}')407 + shell_type=$(ps -p "$(ps -p $PPID | "${AWK}" '$1 !~ /PID/ {print $1}')" | "${AWK}" 'FNR>1 {pri…
236 // 3.1.17: Defines how often PID is checked to detect if another smsd is running:510 +// 3.1.17: Defines how often PID is checked to detect if another smsd is running:
384 kernel (it carries the PID number 1), and is responsible for starting
643 +start-stop-daemon+ commands to ensure signals are set to a PID that
4012 systemd: Use /run rather than /var/run for PID files in units.4135 systemd: Use /run rather than /var/run for PID files in units.4323 systemd: Use /run rather than /var/run for PID files in units.4787 systemd: Use /run rather than /var/run for PID files in units.
Completed in 48 milliseconds