diff options
author | NeilBrown <neilb@suse.de> | 2012-05-03 06:16:56 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-05-03 06:16:56 +0200 |
commit | 96fd06edce9ae2d41908b9703642dfe50f376ca9 (patch) | |
tree | 98ff2e01a9ed6d77e82fb74126ca54832bbc28cb /mdadm.conf-example | |
parent | Update test for "is udev active". (diff) | |
download | mdadm-96fd06edce9ae2d41908b9703642dfe50f376ca9.tar.xz mdadm-96fd06edce9ae2d41908b9703642dfe50f376ca9.zip |
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-example | 2 |
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 |