logrotate: smokescreen has its own config file.

149bea8309 added a separate config file
for smokescreen (which is necessary because it can be installed
separately) but failed ot notice that `zulip.template.erb` already had
a config line for it.  This leads to failures starting the logrotate
service:

```
logrotate[4158688]: error: zulip:1 duplicate log entry for /var/log/zulip/smokescreen.log
logrotate[4158688]: error: found error in file zulip, skipping
```

Remove the duplicate line.

(cherry picked from commit 725affcb5a)
This commit is contained in:
Alex Vandiver 2024-01-08 14:34:54 +00:00 committed by Tim Abbott
parent ea862aa29f
commit 495312b86a
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
/var/log/zulip/message_retention.log
/var/log/zulip/deliver_scheduled_messages.log
/var/log/zulip/send_email.log
/var/log/zulip/smokescreen.log
/var/log/zulip/slow_queries.log
/var/log/zulip/soft_deactivation.log
/var/log/zulip/sync_ldap_user_data.log