removed stats configuration for old statistics plugin (#2336)

This commit is contained in:
Georg Lauterbach 2021-12-20 22:46:13 +01:00 committed by GitHub
parent ce4bc8a2bd
commit 7e17b208ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -11,15 +11,3 @@ service stats {
mode = 0
}
}
service old-stats {
fifo_listener old-stats-mail {
mode = 0
}
fifo_listener old-stats-user {
mode = 0
}
unix_listener old-stats {
mode = 0
}
}