summarylogtreecommitdiffstats
path: root/nextcloud-news-updater.ini
diff options
context:
space:
mode:
authorDavid Runge2017-10-17 11:47:36 +0200
committerDavid Runge2017-10-17 11:47:36 +0200
commit086b5d3cc4575f59e788aa480ab78e13d5c3e1d1 (patch)
tree791f7424be4fda39397eb138e44a8897540e41ad /nextcloud-news-updater.ini
parent0d6c7bc17ab9377c5bfe621de86e8c07fa36a2be (diff)
downloadaur-086b5d3cc4575f59e788aa480ab78e13d5c3e1d1.tar.gz
PKGBUILD: Updating to 10.0.0. Updating service file to reflect rebranding of binary file.
Diffstat (limited to 'nextcloud-news-updater.ini')
-rw-r--r--nextcloud-news-updater.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/nextcloud-news-updater.ini b/nextcloud-news-updater.ini
index cd7ee11b9377..104988bd6b34 100644
--- a/nextcloud-news-updater.ini
+++ b/nextcloud-news-updater.ini
@@ -12,9 +12,10 @@ loglevel = error
# absolute path or url to nextcloud instance (url, when using the REST API)
url = /usr/share/webapps/nextcloud
# absolute path to custom php.ini
-#phpini = /path/to/custom/php.ini
-# v1-2 for nextcloud-app-news < 9.0.0, v2 for nextcloud-app-news >= 9.0.0
+#phpini = /etc/php/php.ini
+# v1-2 is the current version, v2 is only a draft
apilevel = v1-2
# 'endless' (script handles update interval itself) or 'singlerun' (when using systemd timer)
mode = endless
-
+# path to php binary
+php = /usr/bin/php