]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid-activation.service
rediff patches
[packages/dmraid.git] / dmraid-activation.service
1 [Unit]
2 Description=Activation of DM RAID sets
3 DefaultDependencies=no
4 Conflicts=shutdown.target
5 After=systemd-udev-settle.service
6 Before=lvm2-activation-early.service cryptsetup.target local-fs-pre.target shutdown.target
7 Wants=systemd-udev-settle.service
8
9 [Service]
10 ExecStart=/lib/systemd/dmraid-activation
11 Type=oneshot
12
13 [Install]
14 WantedBy=sysinit.target
This page took 0.073908 seconds and 3 git commands to generate.