1
0
forked from extern/nix-config
donovanglover-nix-config/install/system.sh
2017-10-27 03:29:57 -04:00

6 lines
220 B
Bash

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