Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2024-07-30 14:48:01 +02:00 коммит произвёл GitHub
Родитель 795f3aa0f9
Коммит 8ae71685e6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ Documentation=https://github.com/nextcloud/notify_push
[Service]
Environment = PORT=7867 # Change if you already have something running on this port
ExecStartPre=/bin/sh -c /usr/bin/chmod +x /path/to/push/binary/notify_push
ExecStartPre=/bin/sh -c /usr/bin/chmod +x /path/to/push/binary/notify_push # adapt command paths to your distribution if needed
ExecStart = /path/to/push/binary/notify_push /path/to/nextcloud/config/config.php
Type=notify # requires the push server to have been build with the systemd feature (enabled by default)
User=www-data