From 09f27804ee013b2816330bc567cc0f60c6b43e0d Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 25 Dec 2023 22:07:01 +0100 Subject: feat: Add reddit-importer --- apks/reddit-importer/reddit-importer.confd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apks/reddit-importer/reddit-importer.confd (limited to 'apks/reddit-importer/reddit-importer.confd') 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" -- cgit v1.2.3