You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
311 B
13 lines
311 B
[Unit]
|
|
Description=Software RAID monitoring and management
|
|
ConditionPathExists=/etc/mdadm.conf
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/mdadm/mdadm.pid
|
|
EnvironmentFile=-/etc/sysconfig/mdmonitor
|
|
ExecStart=/sbin/mdadm --monitor --scan --syslog -f --pid-file=/run/mdadm/mdadm.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|