[Unit]
Description=Assemble FakeRAID arrays
DefaultDependencies=no
Requires=systemd-udev-settle.service
After=systemd-udev-settle.service
Before=basic.target shutdown.target
Conflicts=shutdown.target

[Service]
ExecStart=/sbin/dmraid --ignorelocking --activate y -Z
Type=oneshot
TimeoutSec=0
RemainAfterExit=true

[Install]
WantedBy=basic.target