forked from extern/nix-config
archlinux: Remove shortened timeouts from system.conf
I added shortened systemd timeouts when I didn't know how to use journalctl. But now that I know enough to fix things that might stall these commands, this is no longer necessary.
This commit is contained in:
parent
5e3b57d42f
commit
e75dd9cc77
@ -16,10 +16,6 @@ systemctl enable --now dhcpcd.service
|
|||||||
# Sync the time periodically with a remote server
|
# Sync the time periodically with a remote server
|
||||||
timedatectl set-ntp true
|
timedatectl set-ntp true
|
||||||
|
|
||||||
# Change the systemd wait time from 90s to 30s, mitigating a potential hang at shutdown
|
|
||||||
echo "DefaultTimeoutStartSec=30s" >> /etc/systemd/system.conf
|
|
||||||
echo "DefaultTimeoutStopSec=30s" >> /etc/systemd/system.conf
|
|
||||||
|
|
||||||
# Enable colors in pacman by uncommenting the Color line.
|
# Enable colors in pacman by uncommenting the Color line.
|
||||||
sed -i '/Color/s/^#//g' /etc/pacman.conf
|
sed -i '/Color/s/^#//g' /etc/pacman.conf
|
||||||
sed -i '/VerbosePkgLists/s/^#//g' /etc/pacman.conf
|
sed -i '/VerbosePkgLists/s/^#//g' /etc/pacman.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user