1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[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