Fix systemd service OnFailure

Fixes #86
This commit is contained in:
Erik Westrup
2022-04-11 17:47:43 +02:00
parent 329fa40c30
commit 6a43b95222
3 changed files with 9 additions and 4 deletions
+3
View File
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [7.3.1] - 2022-04-11
### Fixed
- `resticw` is now a true wrapper in that it support `--` args to restic.
- OnFailure no longer masked by the stderr redirect to systemd-cat. [#86](https://github.com/erikw/restic-automatic-backup-scheduler/pull/86)
## [7.3.0] - 2022-02-15
### Added