Skip to content

Instantly share code, notes, and snippets.

@raresteak
Created November 26, 2024 12:58
Show Gist options
  • Save raresteak/35c13a30274278aff734754fbb82ffb2 to your computer and use it in GitHub Desktop.
Save raresteak/35c13a30274278aff734754fbb82ffb2 to your computer and use it in GitHub Desktop.
Reduced systemd timeouts /etc/systemd/system.conf

Edit file

sudo vim /etc/systemd/system.conf

Modify

DefaultTimeoutStartSec=20s
DefaultTimeoutStopSec=20s

Update systemd

sudo systemctl daemon-reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment