diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-08 19:13:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-03-15 00:00:31 +0100 |
commit | b5562ac68f1f0674deb8e05f985a2559a72a15be (patch) | |
tree | ac029ce74eff6fa0542f5f0f5fc97140f61b1bd4 /app-backup | |
parent | mail-mta/postfix: remove unused patch (diff) | |
download | gentoo-b5562ac68f1f0674deb8e05f985a2559a72a15be.tar.gz gentoo-b5562ac68f1f0674deb8e05f985a2559a72a15be.tar.bz2 gentoo-b5562ac68f1f0674deb8e05f985a2559a72a15be.zip |
app-backup/borgmatic: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30000
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch | 8 |
1 files changed, 0 insertions, 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 |