Release 0.1.0

Hotfix for systemd service unit
main 0.1.1
Jan Dittberner 10 months ago
parent a2f944dd9f
commit 8824e6a452

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
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).
## [0.1.1] - 2023-07-24
- fix ExecStart entry in systemd service unit
## [0.1.0] - 2023-07-24
### Changed
- initial release

@ -4,7 +4,7 @@ Description=CAcert OpenID Connect Identity Provider for ORY Hydra
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecCondition=/bin/sh -c 'test -f /etc/cacert-oidc-idp/idp.toml'
ExecStart=/usr/bin/cacert-oidc-idp --config /etc/cacert-oidc-idp/idp.toml'
ExecStart=/usr/bin/cacert-oidc-idp --config /etc/cacert-oidc-idp/idp.toml
StateDirectory=cacert-oidc-idp
User=cacert-oidc-idp
Group=cacert-oidc-idp

Loading…
Cancel
Save