From 795f3aa0f9a24c868290a16773d2c7baf9323afd Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:42:16 +0200 Subject: [PATCH] Make sur binary is executable Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af4bb90..1d95d0a 100644 --- a/README.md +++ b/README.md @@ -65,6 +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 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