mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 10:08:59 +00:00
f43b7934d2
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
$include /etc/hotplug2-common.rules
|
|
|
|
SUBSYSTEM == button {
|
|
exec kill -USR1 1
|
|
}
|