From: Jan Palus Date: Tue, 3 Sep 2019 21:49:38 +0000 (+0200) Subject: pid max increased on archs with sizeof(long) > 4 X-Git-Tag: auto/th/systemd-243-0.1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsystemd.git;a=commitdiff_plain;h=5232d91932ae520cffefe7aff890890dfbfec88d pid max increased on archs with sizeof(long) > 4 --- diff --git a/systemd.spec b/systemd.spec index 4d75ada..7d615bc 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1288,7 +1288,10 @@ fi %{_prefix}/lib/tmpfiles.d/var.conf %{_prefix}/lib/tmpfiles.d/x11.conf %{_prefix}/lib/sysctl.d/50-coredump.conf +# if cc.sizeof('long') > 4 +%ifarch %{x8664} %{_prefix}/lib/sysctl.d/50-pid-max.conf +%endif %{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service %{_datadir}/dbus-1/system-services/org.freedesktop.import1.service %{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service