diff --git a/cluster/maco.remove.jobs.sh b/cluster/maco.remove.jobs.sh index 68072bc..d88059c 100755 --- a/cluster/maco.remove.jobs.sh +++ b/cluster/maco.remove.jobs.sh @@ -71,14 +71,11 @@ procs running (with the pattern: ${RED}${local_proc_pattern}${COLOR_DEBUG}) on t remove_cron() { # {{{ debug_message "remove_cron − \ -Try to remove maco's cron jobs (autoupdate, benchmark,…)." +Try to remove maco's cron jobs (autoupdate,…)." ## Remove default Maco cron that check updates rm -f /etc/cron.daily/ipr_autoupdate - ## and benchmark - rm -f /etc/cron.daily/ipr_benchmark /etc/cron.monthly/ipr_benchmark - } # }}} manage_systemd_service() { # {{{