aboutsummaryrefslogtreecommitdiff
path: root/apks/reddit-importer/reddit-importer.confd
blob: 3e562a5868afaa4bfae8c9cb00cbed54d28d8458 (plain)
1
2
3
4
5
6
7
8
9
10
11
client_id=""
client_secret=""
reddit_username=""
reddit_password=""
tmp_dir="/tmp/$RC_SVCNAME/"

# for my local set I use www-data for most of my service. Change it to fit yours
cmd_user="www-data:www-data"

# File to redirect stdout/stderr into. Set to empty string to disable.
#logfile="/var/log/$RC_SVCNAME.log"