mirror of https://github.com/status-im/consul.git
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
cf4059f3ce
commit
a55d368a0e
|
@ -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