#!/bin/sh if [ -e /etc/multipath.conf ]; then HARD="" while pidof multipathd >/dev/null 2>&1; do for pid in $(pidof multipathd); do kill $HARD $pid >/dev/null 2>&1 done HARD="-9" done fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
module-setup.sh | File | 3.38 KB | 0755 |
|
multipath-shutdown.sh | File | 172 B | 0755 |
|
multipathd-configure.service | File | 624 B | 0644 |
|
multipathd-needshutdown.sh | File | 162 B | 0755 |
|
multipathd-stop.sh | File | 237 B | 0755 |
|
multipathd.service | File | 785 B | 0644 |
|
multipathd.sh | File | 396 B | 0755 |
|