Skip to content

Commit

Permalink
Added support for Before and PartOf within unit section of custom sys…
Browse files Browse the repository at this point in the history
…temd configuration (#355)
  • Loading branch information
glitchcrab authored Oct 2, 2024
1 parent 0809adf commit 01fc1fb
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for `Service` section in custom systemd configuration
- Added support for `After`, `Requires`, `Wants` and `BindsTo` within unit section of custom systemd configuration
- Added support for passing Helm templating from provider chart values through to systemd unit templates
- Added support for `Before` and `PartOf` within unit section of custom systemd configuration
- Added support for `Restart`, `Environment` and `EnvironmentFile` within service section of custom systemd configuration

### Changed

- Switch systemd Service ExecStart to an array to support multiple commands

## [1.4.1] - 2024-09-23

Expand Down
Loading

0 comments on commit 01fc1fb

Please sign in to comment.