mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-13 21:09:04 +08:00
9 lines
127 B
SYSTEMD
9 lines
127 B
SYSTEMD
|
[Unit]
|
||
|
Description=MDADM Event Monitor
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/sbin/mdadm --monitor --scan
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|