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