xteve-project / xTeVe

M3U Proxy for Plex DVR and Emby Live TV
MIT License
1.86k stars 238 forks source link

Modification kill process #373

Open alphalneo opened 1 year ago

alphalneo commented 1 year ago

It will be possible to modify the kill process sing SIGTERM?

this can be achieved changing cmd.Process.Kill() with cmd.Process.Signal(syscall.SIGTERM)