apkbuilds @ 9e9b54b503cea89b9c776c6eb65deef16682c1d2

 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"