Skip to content

Commit

Permalink
Make sur binary is executable
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Jul 30, 2024
1 parent aaf3c8a commit 795f3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 795f3aa

Please sign in to comment.