archrelease: copy trunk to extra-x86_64
[arch-packages.git] / dmraid / repos / core-x86_64 / dmraid.service
blobc5d3d5309b960b8f44151bf0bd768bdeedd40a17
1 [Unit]
2 Description=Assemble FakeRAID arrays
3 DefaultDependencies=no
4 Requires=systemd-udev-settle.service
5 After=systemd-udev-settle.service
6 Before=basic.target shutdown.target
7 Conflicts=shutdown.target
9 [Service]
10 Type=oneshot
11 ExecStart=/usr/bin/dmraid --ignorelocking --activate y -Z
12 RemainAfterExit=true
14 [Install]
15 WantedBy=basic.target