systemd: oracle.service - how to adjust TimeoutStopUSec
Shutdown of Oracle database takes over 5 min with error:
systemd[1]: oracle.service: Stopping timed out. Terminating.
Question: how to adjust TimeoutStopUSec. from 5 min to 10 min
Currently we have :
systemctl show oracle.service | grep ^Timeout
TimeoutStopUSec=5min
systemd[1]: oracle.service: Stopping timed out. Terminating.
Question: how to adjust TimeoutStopUSec. from 5 min to 10 min
Currently we have :
systemctl show oracle.service | grep ^Timeout
TimeoutStopUSec=5min
0