ssh user@host 'perl-E "$|++; \$SIG{CHLD}=q{IGNORE}; say q{START}; if(fork){exit}else{close STDIN; close STDOUT; close STDERR; exec q{sleep 20}}"'