Agregué notify_push_nextcloud_url a archivo de systemd de notify push

This commit is contained in:
Iván Chavero 2023-09-23 12:47:41 -06:00
parent c04100db47
commit 38bdba8d75

View file

@ -3,7 +3,7 @@ Description = Push daemon for Nextcloud clients
Documentation=https://github.com/nextcloud/notify_push
[Service]
Environment = NEXTCLOUD_URL=http://{{ nextcloud_fqdn }}
Environment = NEXTCLOUD_URL={{ notify_push_nextcloud_url }}
ExecStart = /usr/local/bin/notify_push {{ nextcloud_path }}/config/config.php
User={{ web_user }}