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"