Resolves issue-16844 - systemd notify by default (#16845)
* updates `consul.service` systemd service unit to use `Type=notify` to resolve issue #16844 * add changelog update to match
This commit is contained in:
parent
8a8913317f
commit
09965d9c7c
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:improvement
|
||||||
|
systemd: set service type to notify.
|
||||||
|
```
|
|
@ -6,6 +6,7 @@ After=network-online.target
|
||||||
ConditionFileNotEmpty=/etc/consul.d/consul.hcl
|
ConditionFileNotEmpty=/etc/consul.d/consul.hcl
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
EnvironmentFile=-/etc/consul.d/consul.env
|
EnvironmentFile=-/etc/consul.d/consul.env
|
||||||
User=consul
|
User=consul
|
||||||
Group=consul
|
Group=consul
|
||||||
|
|
Loading…
Reference in New Issue