Skip to content

Commit

Permalink
fix: fix unit file in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Aug 2, 2024
1 parent aaf3c8a commit 4a81d4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ Description = Push daemon for Nextcloud clients
Documentation=https://github.com/nextcloud/notify_push

[Service]
Environment = PORT=7867 # Change if you already have something running on this port
# Change if you already have something running on this port
Environment = PORT=7867
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)
# requires the push server to have been build with the systemd feature (enabled by default)
Type=notify
User=www-data

[Install]
Expand Down

0 comments on commit 4a81d4e

Please sign in to comment.