summarylogtreecommitdiffstats
path: root/nextcloud-app-notify_push.service
diff options
context:
space:
mode:
authorCarlos Galindo2021-02-26 20:45:03 +0100
committerCarlos Galindo2021-02-26 20:45:03 +0100
commitadbdc53fb4628bc1eaa9c977b9bcc0bd9e369785 (patch)
tree67504c040358472e53aa756da252edd0d61f0843 /nextcloud-app-notify_push.service
parentfd2e347e93c6529e10b9a9b0cad29d897f1ee423 (diff)
downloadaur-adbdc53fb4628bc1eaa9c977b9bcc0bd9e369785.tar.gz
listen on localhost by default
Diffstat (limited to 'nextcloud-app-notify_push.service')
-rw-r--r--nextcloud-app-notify_push.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud-app-notify_push.service b/nextcloud-app-notify_push.service
index 4c689241d4c3..00b7ec12cb6c 100644
--- a/nextcloud-app-notify_push.service
+++ b/nextcloud-app-notify_push.service
@@ -2,7 +2,7 @@
Description = Push daemon for Nextcloud clients
[Service]
-Environment = PORT=7867
+Environment = PORT=7867 BIND=127.0.0.1
ExecStart = /usr/share/webapps/nextcloud/apps/notify_push/bin/ARCH/notify_push /etc/webapps/nextcloud/config/config.php
User = nextcloud