SHA256
1
0
forked from pool/cronie

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
This commit is contained in:
Kristyna Streitova 2019-02-08 13:10:14 +00:00 committed by Git OBS Bridge
parent b3b659138c
commit 8f36ae216e
3 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,7 @@ ExecStart=/usr/sbin/cron -n
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
Restart=on-abort Restart=on-abort
KillMode=process KillMode=process
TasksMax=infinity
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 6 15:47:40 UTC 2019 - Cristian Rodríguez <crrodriguez@opensuse.org>
- 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 <crrodriguez@opensuse.org> Tue Oct 30 13:14:10 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cronie # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed