mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 08:45:56 +00:00
8 lines
101 B
Bash
8 lines
101 B
Bash
#!bin/sh
|
|
. /etc/hotplug/hotplug.functions
|
|
|
|
# wait for sysfs
|
|
sleep 1
|
|
|
|
mesg `/sbin/multipath $DEVPATH`
|