1
0
Fork 0

Removing cron jobs in favour of systemd timers.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:03:21 +01:00
parent c79ce7ed80
commit 37f97e85df
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 6 additions and 34 deletions

View file

@ -1,2 +1,4 @@
rm_conffile /etc/cron.d/mdadm 4.2+20230227-1~
rm_conffile /etc/cron.daily/mdadm 4.2+20230227-1~
rm_conffile /etc/init.d/mdadm 4.2+20230227-1~
rm_conffile /etc/init.d/mdadm-waitidle 4.2+20230227-1~