Menu Close
How Can We Help?
You are here:
Print

Linux Reduce shutdown timeout for “stop job is running”

Edit :  

sudo nano /etc/systemd/system.conf

Change the line :

#DefaultTimeoutStopSec=90s

Remove the # and change the 90s to how many seconds the system will wait for the job to stop.

Comments are welcome.