You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
210 B

  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2007-2015 OpenWrt.org
  3. START=98
  4. SERVICE_USE_PID=1
  5. start() {
  6. service_start /usr/bin/lcd4linux -o /tmp/lcd4linux.png -q
  7. }
  8. stop() {
  9. service_stop /usr/bin/lcd4linux
  10. }