commit - `date`
This commit is contained in:
parent
eded51d8ae
commit
9bd272cec8
|
|
@ -0,0 +1,13 @@
|
||||||
|
notify 200 {
|
||||||
|
match "system" "DEVFS";
|
||||||
|
match "type" "CREATE";
|
||||||
|
match "cdev" "(da|mmcsd)[0-9]+";
|
||||||
|
action "/usr/local/sbin/automount.sh $cdev attach >> /root/DEBUG.$cdev.attach 2>&1";
|
||||||
|
};
|
||||||
|
|
||||||
|
notify 200 {
|
||||||
|
match "system" "DEVFS";
|
||||||
|
match "type" "DESTROY";
|
||||||
|
match "cdev" "(da|mmcsd)[0-9]+";
|
||||||
|
action "/usr/local/sbin/automount.sh $cdev detach >> /root/DEBUG.$cdev.detach 2>&1";
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue