From 8f36ae216e46afbb65caf836502f29bcb344bd1a50fe91dc8e42043d873af1a8 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Fri, 8 Feb 2019 13:10:14 +0000 Subject: [PATCH] Accepting request 672197 from home:elvigia:branches:Base:System - cron.service: No limit on the number of processes spawned by cron shall be imposed. OBS-URL: https://build.opensuse.org/request/show/672197 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=169 --- cron.service | 1 + cronie.changes | 6 ++++++ cronie.spec | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cron.service b/cron.service index eaf53b2..d12b2b0 100644 --- a/cron.service +++ b/cron.service @@ -8,6 +8,7 @@ ExecStart=/usr/sbin/cron -n ExecReload=/usr/bin/kill -s SIGHUP $MAINPID Restart=on-abort KillMode=process +TasksMax=infinity [Install] WantedBy=multi-user.target diff --git a/cronie.changes b/cronie.changes index ab92d76..52db1e2 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 6 15:47:40 UTC 2019 - Cristian Rodríguez + +- cron.service: No limit on the number of processes spawned by cron + shall be imposed. + ------------------------------------------------------------------- Tue Oct 30 13:14:10 UTC 2018 - Cristian Rodríguez diff --git a/cronie.spec b/cronie.spec index 24d2596..9892489 100644 --- a/cronie.spec +++ b/cronie.spec @@ -1,7 +1,7 @@ # # spec file for package cronie # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed