在 Linux 中,对于典型的重新启动/重启,在系统终止进程之前,一旦给出术语信号,进程关闭的标准时间是多少?
答案1
对于upstart(7)
init(8)
替换,每个任务都可以使用关键字指定自己的超时timeout
。如果任务未指定超时,则使用默认值:
/**
* JOB_DEFAULT_KILL_TIMEOUT:
*
* The default length of time to wait after sending a process the TERM
* signal before sending the KILL signal if it hasn't terminated.
**/
#define JOB_DEFAULT_KILL_TIMEOUT 5