apkbuilds @ 3c4054fbd5b8bf114f631b4321054d4d96742e9f

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