mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +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
|
|
}
|