Agregué notify_push_nextcloud_url a archivo de systemd de notify push
This commit is contained in:
parent
c04100db47
commit
38bdba8d75
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue