i have a Debian 10 server that hangs during the shutdown process. It looks like this when this happens:
i have set DefaultTimeoutStopSec=90s
in /etc/systemd/system.conf
and did systemctl daemon-reload
but it seems like my Custom Timeout is not applied to this 'meta' unit.
/dev/disk/bid/b0... is not a real systemd Unit where i could apply the Timeout specifically.
How is it possibly to set a limit to this style of "Stop Jobs" ?
Is DefaultTimeoutAbortSec
a possible solution or is there a more graceful way of handling this problem ?