Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: more realistic/pessimistic timeout value

...

Code Block
languagebash
titleExample: Have systemd wait up to 30 minutes 2 hours for shibd to start
echo -e '[Service]\nTimeoutStartSec=30min2h' | sudo tee /etc/systemd/system/shibd.service.d/timeout.conf
sudo systemctl daemon-reload