Update consul agent init script so that it works again on Devuan

Error before:

---- BEGIN code-remote:stderr ----
insserv: warning: script 'consul' missing LSB tags and overrides
insserv: There is a loop between service monit and consul if stopped
insserv:  loop involving service consul at depth 2
insserv:  loop involving service monit at depth 1
insserv: Stopping consul depends on monit and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
This commit is contained in:
Nico Schottelius 2018-03-06 22:33:10 +01:00
commit 54ca7b40c7
2 changed files with 13 additions and 1 deletions

View file

@ -16,6 +16,7 @@ next:
* New type: __apt_default_release (Matthijs Kooijman)
* Type __file: Add pre-exists state (Matthijs Kooijman)
* Type __grafana_dashboard: Add support for stretch + ascii (Nico Schottelius)
* Type __consul_agent: Update Debian Sys-V-Init script (Nico Schottelius)
4.8.0: 2018-02-14
* Core: Skip empty lines in parameter files (Darko Poljak)