a0a8c08c8f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mdadm#35305694b4c62f86205dcccd37f10e8361463cee
13 lines
311 B
Desktop File
13 lines
311 B
Desktop File
[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
|