mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-26 05:49:14 +00:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
$include /etc/hotplug2-common.rules
|
|
|
|
SUBSYSTEM ~~ button {
|
|
exec kill -USR1 1
|
|
}
|