No longer remove benchmarks!
This commit is contained in:
parent
3126864255
commit
fd63db37d2
|
@ -71,14 +71,11 @@ procs running (with the pattern: ${RED}${local_proc_pattern}${COLOR_DEBUG}) on t
|
||||||
remove_cron() { # {{{
|
remove_cron() { # {{{
|
||||||
|
|
||||||
debug_message "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
|
## Remove default Maco cron that check updates
|
||||||
rm -f /etc/cron.daily/ipr_autoupdate
|
rm -f /etc/cron.daily/ipr_autoupdate
|
||||||
|
|
||||||
## and benchmark
|
|
||||||
rm -f /etc/cron.daily/ipr_benchmark /etc/cron.monthly/ipr_benchmark
|
|
||||||
|
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
manage_systemd_service() { # {{{
|
manage_systemd_service() { # {{{
|
||||||
|
|
Loading…
Reference in New Issue