timelimit alternatives

Timelimit is a command-line utility that runs a command and stops the process after a specified time using a signal. It first sends a warning signal, then terminates the process with a kill signal after the timeout period, mimicking the behavior of init(8) during shutdown.

Alternatives