Hitman
Hitman is a daemon tool that watches for given processes and terminates them when detected running
Configuration is loaded from ~/.config/hitman.toml.
Example:
forbidden = [
"Wacom_UpdateUtil.exe",
"logioptionsplus_updater.exe",
"ms-teamsupdate.exe"
]
scan_interval = "2s"
timeout = "1s"
workers = 10
Description
Languages
Go
100%