mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-16 15:40:23 +00:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
$include /etc/hotplug2-common.rules
|
|
|
|
SUBSYSTEM ~~ button {
|
|
exec kill -USR1 1
|
|
}
|