diff options
Diffstat (limited to 'apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd')
-rw-r--r-- | apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd b/apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd index d418812..c79d1bf 100644 --- a/apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd +++ b/apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd @@ -5,6 +5,10 @@ reddit_password="" nextcloud_host="" nextcloud_username="" nextcloud_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" |