mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
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
3
.changelog/16845.txt
Normal file
3
.changelog/16845.txt
Normal file
@ -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…
x
Reference in New Issue
Block a user