mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-23 03:29:17 +00:00
6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
$include /etc/hotplug2-common.rules
|
|
|
|
SUBSYSTEM ~~ button {
|
|
exec kill -USR1 1 ;
|
|
}
|