base-files: split service related functions off to /lib/functions/service.sh
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
index 429cdbb..f011697 100644 (file)
@@ -1,5 +1,5 @@
 $include /etc/hotplug2-common.rules
 
-SUBSYSTEM ~~ button {
-       exec kill -USR1 1 ;
+SUBSYSTEM == button {
+       exec kill -USR1 1
 }
This page took 0.027596 seconds and 4 git commands to generate.