apkbuilds @ 690f7f979f6816d86f1bb457e07cc210894de9ce

 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"