16 lines
400 B
Desktop File
16 lines
400 B
Desktop File
[Unit]
|
|
Description=Activation of DM RAID sets
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=systemd-udev-settle.service
|
|
Before=lvm2-activation-early.service cryptsetup.target local-fs.target shutdown.target
|
|
Wants=systemd-udev-settle.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/dmraid
|
|
ExecStart=/sbin/dmraid -ay -p $DMRAID_START_OPTIONS
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|