summaryrefslogtreecommitdiff
path: root/core/dmraid/dmraid.service
blob: a31f8b39f49f481b0d7d914da09688b7a3300bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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]
Type=oneshot
ExecStart=/sbin/dmraid --ignorelocking --activate y -Z
RemainAfterExit=true

[Install]
WantedBy=basic.target