#--------------------------------------------------------------------------- # /usr/lib/systemd/system/mdadm_status.timer - timer unit # # Creation: 2023-01-18 hbfl # Last Update: $Id$ # # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------- [Unit] Description=MD status check [Timer] OnCalendar=Sun *-*-* 4:10:00 RandomizedDelaySec=1h Persistent=true [Install] WantedBy= mdmonitor.service