mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
9b27c5b585
SVN-Revision: 9644
6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
$include /etc/hotplug2-common.rules
|
|
|
|
SUBSYSTEM ~~ button {
|
|
exec kill -USR1 1 ;
|
|
}
|