diff options
Diffstat (limited to 'apks/reddit-importer/reddit-importer.confd')
-rw-r--r-- | apks/reddit-importer/reddit-importer.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apks/reddit-importer/reddit-importer.confd b/apks/reddit-importer/reddit-importer.confd new file mode 100644 index 0000000..3e562a5 --- /dev/null +++ b/apks/reddit-importer/reddit-importer.confd @@ -0,0 +1,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" |