Skip to content

Instantly share code, notes, and snippets.

@jrgutier
Created February 25, 2018 14:33
Show Gist options
  • Save jrgutier/1850d26edb58d093b4758885460c0146 to your computer and use it in GitHub Desktop.
Save jrgutier/1850d26edb58d093b4758885460c0146 to your computer and use it in GitHub Desktop.
#!/bin/sh
#For entware on TomatoUSB Advanced
ENABLED=yes
PROCS="python"
ARGS="/opt/bin/eap_proxy.py --vlan none --syslog --ping-gateway --ignore-when-wan-up vlan2 vlan1"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
. /opt/etc/init.d/rc.func
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment