mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 01:17:14 +08:00
16 lines
336 B
Desktop File
16 lines
336 B
Desktop File
[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=/usr/bin/dmraid --ignorelocking --activate y -Z
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|