config = $config; } public function getName(): string { return 'Repair steps for Memories'; } public function run(IOutput $output): void { // kill any instances of go-transcode and go-vod shell_exec('pkill go-transcode'); shell_exec('pkill go-vod'); } }