lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

acpid.hotplug (156B)


      1 #!/bin/sh
      2 
      3 . /lib/functions.sh
      4 
      5 if [ "$ACTION" = add ] && [ "$DEVICENAME" = event0 ]; then
      6         ( /etc/init.d/acpid/stop; sleep 3; /usr/sbin/acpid )&
      7 fi