commit: b5562ac68f1f0674deb8e05f985a2559a72a15be Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Mar 8 18:13:59 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Mar 14 23:00:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5562ac6
app-backup/borgmatic: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30000 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/borgmatic-1.5.16-systemd_service_bin_path.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch b/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch deleted file mode 100644 index 26298625fc1a..000000000000 --- a/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/sample/systemd/borgmatic.service -+++ b/sample/systemd/borgmatic.service -@@ -57,4 +57,4 @@ - # Delay start to prevent backups running during boot. Note that systemd-inhibit requires dbus and - # dbus-user-session to be installed. - ExecStartPre=sleep 1m --ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /root/.local/bin/borgmatic --verbosity -1 --syslog-verbosity 1 -+ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /usr/bin/borgmatic --verbosity -1 --syslog-verbosity 1