From fc6fdad12e5cd0075393861bf9d3cea3221b5114 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 18 Jan 2026 01:19:46 +0100 Subject: [PATCH] install_nextcloud.sh: fix service file 'notify_push.service'. --- install_nextcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_nextcloud.sh b/install_nextcloud.sh index 43ad656..0844f7e 100755 --- a/install_nextcloud.sh +++ b/install_nextcloud.sh @@ -5653,7 +5653,7 @@ Environment=PORT=7867 # Run 'curl http://localhost:7868/metrics' to eee some metrivcs Environment=METRICS_PORT=7868 Environment=NEXTCLOUD_URL=https://\${WEBSITE} -ExecStart=\${INSTALL_DIR}/apps/notify_push/bin/x86_64/notify_push \${INSTALL_DIR}/config/config.php +ExecStart=\${WEB_BASE_DIR}/nextcloud/apps/notify_push/bin/x86_64/notify_push \${WEB_BASE_DIR}/nextcloud/config/config.php # requires the push server to have been build with the systemd feature (enabled by default) Type=notify User=\${HTTP_USER} @@ -5673,7 +5673,7 @@ Documentation=https://github.com/nextcloud/notify_push # Change if you already have something running on this port Environment=PORT=7867 METRICS_PORT=7868 Environment=NEXTCLOUD_URL=https://${WEBSITE} -ExecStart=${INSTALL_DIR}/apps/notify_push/bin/x86_64/notify_push ${INSTALL_DIR}/config/config.php +ExecStart=${WEB_BASE_DIR}/nextcloud/apps/notify_push/bin/x86_64/notify_push ${WEB_BASE_DIR}/nextcloud/config/config.php # requires the push server to have been build with the systemd feature (enabled by default) Type=notify User=${HTTP_USER}