Line 1... |
Line 1... |
1 |
SUBSYSTEM=="cpu", ACTION=="online", PROGRAM="/etc/init.d/kdump condrestart"
|
1 |
SUBSYSTEM=="cpu", ACTION=="add", PROGRAM="/etc/init.d/kdump condrestart"
|
2 |
SUBSYSTEM=="cpu", ACTION=="offline", PROGRAM="/etc/init.d/kdump condrestart"
|
2 |
SUBSYSTEM=="cpu", ACTION=="remove", PROGRAM="/etc/init.d/kdump condrestart"
|
3 |
SUBSYSTEM=="memory", ACTION=="add", PROGRAM="/etc/init.d/kdump condrestart"
|
3 |
SUBSYSTEM=="memory", ACTION=="add", PROGRAM="/etc/init.d/kdump condrestart"
|
4 |
SUBSYSTEM=="memory", ACTION=="remove", PROGRAM="/etc/init.d/kdump condrestart"
|
4 |
SUBSYSTEM=="memory", ACTION=="remove", PROGRAM="/etc/init.d/kdump condrestart"
|