{
 foreach my $sservice (qw(php)) {
  $DB->set_prop($sservice, "type", "configuration") if  ${$sservice}{type} ne "configuration";
  }
 # delete old php entries
 foreach my $sservice (qw(php55 php55-php-fpm php56 php56-php-fpm )) {
  my $popd = $DB->get($sservice) or next;
  $popd->delete;
  }
}
