From 37155fca8e95e2cca542e85049a60800ade4c630 Mon Sep 17 00:00:00 2001 From: Matt Kline Date: Sun, 28 Jan 2018 20:41:17 -0800 Subject: [PATCH] systemd: Make timeline.timer persistent Without this, timeline snapshots might not be taken for up to 59 minutes after boot. This is troublesome for laptops and other use cases where the user might not have their machine on for that long. --- data/timeline.timer | 1 + 1 file changed, 1 insertion(+) diff --git a/data/timeline.timer b/data/timeline.timer index 0569645dc..3f360d6f7 100644 --- a/data/timeline.timer +++ b/data/timeline.timer @@ -5,6 +5,7 @@ Documentation=man:snapper(8) man:snapper-configs(5) [Timer] OnCalendar=hourly +Persistent=true [Install] WantedBy=timers.target