mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-21 19:02:23 +00:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
$include /etc/hotplug2-common.rules
|
|
|
|
SUBSYSTEM == button {
|
|
exec kill -USR1 1
|
|
}
|