apkbuilds @ 1954c2cd67fe9c9aa0906a06ec0e24f6d4a68b73

 1client_id=""
 2client_secret=""
 3reddit_username=""
 4reddit_password=""
 5tmp_dir="/tmp/$RC_SVCNAME/"
 6
 7# for my local set I use www-data for most of my service. Change it to fit yours
 8cmd_user="www-data:www-data"
 9
10# File to redirect stdout/stderr into. Set to empty string to disable.
11#logfile="/var/log/$RC_SVCNAME.log"