install_nextcloud.sh: fix service file 'notify_push.service'.

This commit is contained in:
2026-01-18 01:19:46 +01:00
parent d132ed736a
commit fc6fdad12e

View File

@@ -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}