Skip to content

Commit

Permalink
Merge pull request #537 from MrRinkana/patch-1
Browse files Browse the repository at this point in the history
Update systemd service example
  • Loading branch information
icewind1991 authored Nov 7, 2024
2 parents 1f49088 + c592610 commit f71fcbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ ExecStart = /path/to/push/binary/notify_push /path/to/nextcloud/config/config.ph
# requires the push server to have been build with the systemd feature (enabled by default)
Type=notify
User=www-data
Restart=always
RestartSec=60

[Install]
WantedBy = multi-user.target
Expand Down

0 comments on commit f71fcbc

Please sign in to comment.