mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
8 lines
102 B
Bash
8 lines
102 B
Bash
#!/bin/sh
|
|
. /etc/hotplug/hotplug.functions
|
|
|
|
# wait for sysfs
|
|
sleep 1
|
|
|
|
mesg `/sbin/multipath $DEVPATH`
|