Typo in systemd commit HG 8dc79a437858
The apostrophes need to be removed from the LimitCORE example, otherwise the parameter will not be recognized:
$ cat /etc/systemd/system/dovecot.service.d/service.conf [Service] #Environment='OPTIONS=-p' #LimitCORE=8192 LimitCORE=infinity
On 05/25/2015 06:14 AM, Thomas Leuxner wrote:
The apostrophes need to be removed from the LimitCORE example, otherwise the parameter will not be recognized:
$ cat /etc/systemd/system/dovecot.service.d/service.conf [Service] #Environment='OPTIONS=-p' #LimitCORE=8192 LimitCORE=infinity
Oops, my bad. On my system i have (w/o drop-in files):
,--[ systemctl show --property=LimitCORE dovecot ]-- | LimitCORE=18446744073709551615 `--
But your message showed me just another typo. The setting name, for configuring the file descriptor limit, is LimitNOFILE - instead of LimitCORE. Stephan's next auto-build should contain the corrected version.
Regards, Pascal
The trapper recommends today: defaced.1514516@localdomain.org
On Mon, 25 May 2015 08:14:41 +0200 Thomas Leuxner tlx@leuxner.net wrote:
The apostrophes need to be removed from the LimitCORE example, otherwise the parameter will not be recognized:
$ cat /etc/systemd/system/dovecot.service.d/service.conf [Service] #Environment='OPTIONS=-p' #LimitCORE=8192 LimitCORE=infinity
Hey guys, please tell me that Dovecot does not depend on systemd!
SteveT
Steve Litt May 2015 featured book: Quit Joblessness: Start Your Own Business http://www.troubleshooters.com/startbiz
On 05/25/2015 03:44 PM, Steve Litt wrote:
Hey guys, please tell me that Dovecot does not depend on systemd!
Nope, Dovecot doesn't depend on systemd. Why should it depend on systemd?
But: Dovecot supports systemd. If you want to enable systemd, use:
./configure --with-systemdsystemunitdir
Regards, Pascal
The trapper recommends today: beeffeed.1514517@localdomain.org
On Mon, 25 May 2015 15:50:08 +0000 Pascal Volk user+dovecot@localhost.localdomain.org wrote:
On 05/25/2015 03:44 PM, Steve Litt wrote:
Hey guys, please tell me that Dovecot does not depend on systemd!
Nope, Dovecot doesn't depend on systemd. Why should it depend on systemd?
I could ask the question "why should it depend on systemd" about a whole raft of programs that do depend on it. It's a mystery to me. Anyway, I'm glad that it doesn't.
But: Dovecot supports systemd. If you want to enable systemd, use:
./configure --with-systemdsystemunitdir
It sounds like the preceding is some sort of dohickey to enable Dovecot to more easily be started/managed by systemd. I hope that's all it is, and I hope it always remains voluntary, because installing systemd on my machine, the way I have it set up, would have all sorts of side effects.
Anyway, in the near future I'll probably be managing Dovecot through Daemontools.
Thanks for the explanation,
SteveT
Steve Litt May 2015 featured book: Quit Joblessness: Start Your Own Business http://www.troubleshooters.com/startbiz
participants (3)
-
Pascal Volk
-
Steve Litt
-
Thomas Leuxner