dovecot-2.2: systemd service: Fixed typos in the comment section.

dovecot at dovecot.org dovecot at dovecot.org
Mon May 25 14:38:42 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/b088511e1cdb
changeset: 18751:b088511e1cdb
user:      Pascal Volk <user at localhost.localdomain.org>
date:      Mon May 25 14:27:22 2015 +0000
description:
systemd service: Fixed typos in the comment section.
The settings for the file descriptor limit is LimitNOFILE.
Removed quotes around the value infinity. Otherwise systemd will
fail to parse that resource value.

diffstat:

 dovecot.service.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 8dc79a437858 -r b088511e1cdb dovecot.service.in
--- a/dovecot.service.in	Sun May 17 11:54:42 2015 +0000
+++ b/dovecot.service.in	Mon May 25 14:27:22 2015 +0000
@@ -11,10 +11,10 @@
 #
 # In the `Service' section you may also specify various other setting.
 # If you have trouble with `Too many open files' you may set:
-#LimitCORE=8192
+#LimitNOFILE=8192
 #
 # If you want to allow the Dovecot services to produce core dumps, use:
-#LimitCORE='infinity'
+#LimitCORE=infinity
 
 [Unit]
 Description=Dovecot IMAP/POP3 email server


More information about the dovecot-cvs mailing list