#--------------------------------------------------------------------------- # /usr/lib/systemd/system/mlocate.timer - timer unit # # Creation: 2023-05-17 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=Daily locate database update [Timer] OnCalendar=*-*-* 00:25:00 AccuracySec=2h Persistent=true [Install] WantedBy=timers.target