summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2017-02-17 18:02:23 +0100
committerDavid Runge2017-02-17 18:02:23 +0100
commit51c17bf8686871f8600f0123bb136b1f5107805e (patch)
tree38e50c69cd44a16dea1869088446c951e5cc959b
parentb91151c4ce746819af611a6f0c2dcf670ce6ac9a (diff)
downloadaur-51c17bf8686871f8600f0123bb136b1f5107805e.tar.gz
nextcloud-news-updater.service: Updating NEXTCLOUD_CONFIG_DIR to reflect current location of configuration as defined in community package for nextcloud.
-rw-r--r--nextcloud-news-updater.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud-news-updater.service b/nextcloud-news-updater.service
index 99c27bb7b173..0bf763cc63de 100644
--- a/nextcloud-news-updater.service
+++ b/nextcloud-news-updater.service
@@ -6,7 +6,7 @@ After=default.target
Type=simple
User=http
Group=http
-Environment=NEXTCLOUD_CONFIG_DIR=/etc/webapps/nextcloud
+Environment=NEXTCLOUD_CONFIG_DIR=/etc/webapps/nextcloud/config
ExecStart=/usr/bin/owncloud-news-updater -c /etc/webapps/nextcloud/news/nextcloud-news-updater.ini
PrivateTmp=yes
ProtectSystem=full