Re: [CentOS] dont run cron.d- when cron.daily-scripts are running

2019-02-13 Thread Gordon Messmer
On 2/13/19 3:29 AM, Leon Fauster via CentOS wrote: Am 12.02.2019 um 17:02 schrieb Gordon Messmer : */5 * * * * root pidof -x run-parts || your-command-here Thats a nice solution! Pragmatic and more accurate than the path I was on. Thanks! I should have noted that this will avoid starting

Re: [CentOS] dont run cron.d- when cron.daily-scripts are running

2019-02-13 Thread Leon Fauster via CentOS
> Am 12.02.2019 um 17:02 schrieb Gordon Messmer : > > On 2/12/19 4:57 AM, Leon Fauster via CentOS wrote: >> I have some cron.d entries that execute scripts in minute intervals and I'm >> wondering how could an >> "official" way look like, to have a condition to not run cron.d entries when >> c

Re: [CentOS] dont run cron.d- when cron.daily-scripts are running

2019-02-12 Thread Gordon Messmer
On 2/12/19 4:57 AM, Leon Fauster via CentOS wrote: I have some cron.d entries that execute scripts in minute intervals and I'm wondering how could an "official" way look like, to have a condition to not run cron.d entries when cron.daily scripts are running. Sure, I can hack something around fi

[CentOS] dont run cron.d- when cron.daily-scripts are running

2019-02-12 Thread Leroy Tennison
bruary 12, 2019 6:57 AM To: CentOS mailing list Subject: [EXTERNAL] [CentOS] dont run cron.d- when cron.daily-scripts are running EL6 context: cronie-1.4.4-16.el6_8.2.x86_64 cronie-anacron-1.4.4-16.el6_8.2.x86_64 crontabs-1.10-33.el6.noarch I have some cron.d entries that execute scripts in minu

[CentOS] dont run cron.d- when cron.daily-scripts are running

2019-02-12 Thread Leon Fauster via CentOS
EL6 context: cronie-1.4.4-16.el6_8.2.x86_64 cronie-anacron-1.4.4-16.el6_8.2.x86_64 crontabs-1.10-33.el6.noarch I have some cron.d entries that execute scripts in minute intervals and I'm wondering how could an "official" way look like, to have a condition to not run cron.d entries when cron.da