How to Change Systemd Service Timeout Value Jul 5th, 2016 | Comments show value 1 systemctl show SERVICE_NAME.service -p TimeoutStopUSec change value 1 vim /usr/lib/systemd/system/node.service TimeoutStopUSec = 900 1 systemctl daemon-reexec