Skip to content

rouser

A Linux daemon that monitors system metrics and inhibits sleep when activity thresholds are exceeded.

rouser logo

tl;dr:

  1. Install: curl -fsSL https://raw.githubusercontent.com/owaindjones/rouser/main/scripts/install.sh | bash
  2. Configure: Copy the default config and adjust thresholds: mkdir -p ~/.config/rouser && cp config/rouser.toml ~/.config/rouser/config.toml
  3. Test: Run in dry-run mode first — rouser --dry-run
  4. Run as service: systemctl --user enable --now rouser.service

Documentation