[consul agent] add support for Debian 10

This commit is contained in:
Nico Schottelius 2020-02-03 17:44:47 +01:00
parent d1a64596fe
commit f3237e5d76
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ case "$os" in
[567]) [567])
init_sysvinit debian init_sysvinit debian
;; ;;
[89]) [89]|10)
init_systemd init_systemd
;; ;;
*) *)