prerm 107 B

123456
  1. #!/bin/bash
  2. echo "deactivate kbdLed script"
  3. `systemctl disable kbdLED.service`
  4. `systemctl daemon-reload`