aboutsummaryrefslogtreecommitdiff
path: root/apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-16 23:04:48 +0000
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-16 23:04:48 +0000
commit0204e511bd3a183291c0582d51ee0f0c177754ec (patch)
tree057e1b55098acc1c5b42e15ecc23cc68c9221cc9 /apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd
parent595e07ac484ea0beb0066e7e2ad74f4137083748 (diff)
downloadapkbuilds-0204e511bd3a183291c0582d51ee0f0c177754ec.tar.gz
apkbuilds-0204e511bd3a183291c0582d51ee0f0c177754ec.tar.bz2
apkbuilds-0204e511bd3a183291c0582d51ee0f0c177754ec.zip
ref: Update openrc files
Cleaning up the initd and confd files to make easier to setup and run multi service.
Diffstat (limited to 'apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd')
-rw-r--r--apks/reddit-nextcloud-importer/reddit-nextcloud-importer.confd4
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"