From 11c30001c396456793b4559d7b8f21cc6d09e7a3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 20 May 2018 22:20:21 -0700 Subject: [PATCH] Add "Persistent" flag to systemd timer example. (#60) --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index b056d1ff..89e20098 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ * Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically. * #62: Update README to mention other ways of installing borgmatic. * #59: Ignore "check_last" and consistency "prefix" when "archives" not in consistency checks. + * #60: Add "Persistent" flag to systemd timer example. 1.1.15 * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.