From dcb715effc508e31cc5e082228435bcb1b703ab1 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 13 Dec 2020 16:42:37 +0100 Subject: [PATCH] Delay updatedb timer on boot --- .config/updatedb/dest | 1 + .config/updatedb/updatedb.timer.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .config/updatedb/dest create mode 100644 .config/updatedb/updatedb.timer.conf diff --git a/.config/updatedb/dest b/.config/updatedb/dest new file mode 100644 index 0000000..371328c --- /dev/null +++ b/.config/updatedb/dest @@ -0,0 +1 @@ +/etc/systemd/system/updatedb.timer.d diff --git a/.config/updatedb/updatedb.timer.conf b/.config/updatedb/updatedb.timer.conf new file mode 100644 index 0000000..f1710e9 --- /dev/null +++ b/.config/updatedb/updatedb.timer.conf @@ -0,0 +1,4 @@ +[Timer] +OnCalender= +OnCalendar=20:00 +Persistent=false