On Mon, 19.09.11 20:42, Reindl Harald ([email protected]) wrote: > > > Am 19.09.2011 19:39, schrieb Lennart Poettering: > >> /etc/security/limits.conf and set the desired setting there which is > >> the proper way of doing this stuff since you rarely change them. > > > > limits.conf is generally only applied to logins, not to system services > > i remeber that was the reaso include it in the /etc/initd./service because > started processes from here should use the limits from the > parent-shell
systemd invokes all services in clean defined execution contexts with reset resource limits. This problem should not exist on systemd hence. > but why is "limits.conf" ignored by services? It's the configuration file of pam_limits, and since PAM is for user authentication and session management and mysql is a service we don't invoke it. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
