Current Directory:
/usr/lib/systemd/system-shutdown
Upload
Create File
File Name
Size
Actions
mdadm.shutdown
164 bytes
Edit
|
Delete
|
Rename
|
Download
#!/bin/sh # We need to ensure all md arrays with external metadata # (e.g. IMSM, DDF) are clean before completing the shutdown. /usr/sbin/mdadm --wait-clean --scan
Save Changes