mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02: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…
x
Reference in New Issue
Block a user