diff --git a/conf/type/__start_on_boot/gencode-remote b/conf/type/__start_on_boot/gencode-remote index ee2bdeb6..5e9c6343 100755 --- a/conf/type/__start_on_boot/gencode-remote +++ b/conf/type/__start_on_boot/gencode-remote @@ -40,6 +40,9 @@ case "$state_should" in present) case "$os" in debian|ubuntu) + # This does not work as expected: + # insserv: warning: current start runlevel(s) (3 4 5) of script `postfix' overwrites defaults (2 3 4 5). + #echo update-rc.d \"$name\" defaults echo update-rc.d \"$name\" defaults ;;