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:
Donovan Glover 2018-12-01 21:11:04 -05:00
parent 5e3b57d42f
commit e75dd9cc77
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -16,10 +16,6 @@ systemctl enable --now dhcpcd.service
# Sync the time periodically with a remote server
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.
sed -i '/Color/s/^#//g' /etc/pacman.conf
sed -i '/VerbosePkgLists/s/^#//g' /etc/pacman.conf