1
0
forked from extern/nix-config
donovanglover-nix-config/install/system.sh

6 lines
220 B
Bash
Raw Normal View History

2017-10-27 09:29:57 +02:00
SYSTEMD="/etc/systemd/system.conf"
# Change the default timeout from 90s to 10s, preventing the system from hanging at shutdown
echo "DefaultTimeoutStartSec=10s" >> $SYSTEMD
echo "DefaultTimeoutStopSec=10s" >> $SYSTEMD