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 match
pull/16845/head
Dave Rawks 2 years ago
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…
Cancel
Save