mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:14:37 +08:00
17 lines
327 B
SYSTEMD
17 lines
327 B
SYSTEMD
|
[Unit]
|
||
|
Description=Assemble FakeRAID arrays
|
||
|
DefaultDependencies=no
|
||
|
Requires=udev-settle.service
|
||
|
After=udev-settle.service
|
||
|
Before=basic.target shutdown.target
|
||
|
Conflicts=shutdown.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/sbin/dmraid --ignorelocking --activate y
|
||
|
Type=oneshot
|
||
|
TimeoutSec=0
|
||
|
RemainAfterExit=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|