Starts a long-running command; injectable for tests.
typedef LinuxProcessStarter = Future<Process> Function(String executable, List<String> arguments);