my @start_command = ($service_start,'>',"${service}.out",'2>&1') ; exec @start_command or print STDERR "ERROR: Cannot exec $service: $!\n" ;