You've already forked entware-packages
mirror of
https://github.com/encounter/entware-packages.git
synced 2026-03-30 11:09:58 -07:00
11 lines
220 B
Bash
Executable File
11 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ENABLED=yes
|
|
PROCS=tinyproxy
|
|
ARGS="-c /opt/etc/tinyproxy/tinyproxy.config"
|
|
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
|