apkbuilds @ e89c3ae528d667a63b9716653f9f926bf416f2ee

 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"