Created
November 28, 2020 12:50
-
-
Save alllexx88/8b694e9b0e8302bbbbd750520ad5753c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ENABLED=yes | |
PROCS=torrserver | |
ARGS="" | |
PREARGS="" | |
DESC=$PROCS | |
PATH=/opt/sbin:/opt/bin:/opt/usr/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