mirror of https://github.com/hashicorp/consul
Resolves issue-16844 - systemd notify by default
* updates `consul.service` systemd service unit to use `Type=notify` to resolve issue #16844 * add changelog update to matchpull/16845/head
parent
cf4059f3ce
commit
a717be7c75
|
@ -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
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
EnvironmentFile=-/etc/consul.d/consul.env
|
||||
User=consul
|
||||
Group=consul
|
||||
|
|
Loading…
Reference in New Issue