summaryrefslogtreecommitdiff
path: root/mdadm.conf-example
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-05-03 14:16:56 +1000
committerNeilBrown <neilb@suse.de>2012-05-03 14:16:56 +1000
commit96fd06edce9ae2d41908b9703642dfe50f376ca9 (patch)
tree98ff2e01a9ed6d77e82fb74126ca54832bbc28cb /mdadm.conf-example
parent5ffdc2dd443d363b790c0ab9171a0b3265cb6fce (diff)
Adjust to new standard of /run
Now that /run seems to be a good standard, make that the default for storing various run-time files, rather than /var/run or /dev/.mdadm. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdadm.conf-example')
-rw-r--r--mdadm.conf-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm.conf-example b/mdadm.conf-example
index 7bdff671..d9d8d396 100644
--- a/mdadm.conf-example
+++ b/mdadm.conf-example
@@ -59,7 +59,7 @@
# When used in --follow (aka --monitor) mode, mdadm needs a
# mail address and/or a program. This can be given with "mailaddr"
# and "program" lines to that monitoring can be started using
-# mdadm --follow --scan & echo $! > /var/run/mdadm
+# mdadm --follow --scan & echo $! > /run/mdadm/mon.pid
# If the lines are not found, mdadm will exit quietly
#MAILADDR root@mydomain.tld
#PROGRAM /usr/sbin/handle-mdadm-events