apkbuilds @ 5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c

 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"