mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
Add system-specific install config
This commit is contained in:
parent
fdee8ddfad
commit
840ea2c16d
5
install/system.sh
Normal file
5
install/system.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user