mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
config.proto: Update path to the notification script
As of commit 3718860
(Make maintenance scripts installable, 2016-10-17),
the notification script is installed as aurweb-notify. Update the
sample configuration file accordingly.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
1ed8471182
commit
b8df10e227
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ enable-maintenance = 1
|
|||
maintenance-exceptions = 127.0.0.1
|
||||
|
||||
[notifications]
|
||||
notify-cmd = /srv/http/aurweb/scripts/notify.py
|
||||
notify-cmd = /usr/local/bin/aurweb-notify
|
||||
sendmail = /usr/bin/sendmail
|
||||
sender = notify@aur.archlinux.org
|
||||
reply-to = noreply@aur.archlinux.org
|
||||
|
|
Loading…
Add table
Reference in a new issue