Add devuan support for __start_on_boot

This commit is contained in:
Nico Schottelius 2017-06-03 18:15:44 +02:00
commit 91ff80fa6a
2 changed files with 2 additions and 1 deletions

View file

@ -93,7 +93,7 @@ case "$state_should" in
else
case "$os" in
debian|ubuntu)
debian|ubuntu|devuan)
echo update-rc.d -f \"$name\" remove
;;