LINUX.ORG.RU

История изменений

Исправление vasily_pupkin, (текущая версия) :

Processes will first be terminated via SIGTERM (unless the signal to send is changed via KillSignal=). If then after a delay (configured via the TimeoutSec= option) processes still remain, the termination request is repeated with the SIGKILL signal (unless this is disabled via the SendSIGKILL= option). See kill(2) for more information.

Кстати да, скорее лучше использовать TimeoutSec, а не JobTimeoutSec. А то это таймаут вместе с зависимостями выйдет, после которой транзакция будет отменена >_<

TimeoutStopSec по дефолту выкручен в 90 секунд. Так что пара-тройка косых служб, и 5 минут набежит

Исходная версия vasily_pupkin, :

Processes will first be terminated via SIGTERM (unless the signal to send is changed via KillSignal=). If then after a delay (configured via the TimeoutSec= option) processes still remain, the termination request is repeated with the SIGKILL signal (unless this is disabled via the SendSIGKILL= option). See kill(2) for more information.

Кстати да, скорее лучше использовать TimeoutSec, а не JobTimeoutSec. А то это таймаут вместе с зависимостями выйдет, после которой транзакция будет отменена >_<