Add system-specific install config

This commit is contained in:
Donovan Glover 2017-10-27 03:29:57 -04:00
parent fdee8ddfad
commit 840ea2c16d
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

5
install/system.sh Normal file
View File

@ -0,0 +1,5 @@
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