Git Product home page Git Product logo

net-suspend's Introduction

net-suspend

Simple utility which puts your computer to sleep after some time if there is no activity on specified ports. Very handy in combination with automated WoL.

Notice

  • โ—๏ธsocket statistics (ss) must be installed
  • if not run as systemd service, make sure it runs as root
  • only tested on Ubuntu Server 20.04 LTS and Manjaro, no gurantees that it will work anywhere else whatsoever

Getting started

Either download the latest release binary and make it executable or build it yourself (make).

Usage

./netsusp -l -d delay -protocol port [...]

  • -l: write log file to /var/log/netsusp.log (optional)
  • delay: time in minutes until suspend after inactivity
  • protocol: t(cp)
    (note: u(dp) doesn't really make sense here as it's stateless)
  • port: 0-65535

eg: netsusp -d 30 -t 25565 -t 22 will not suspend if there are any established tcp connections on port 25565 and 22. If idling for 30 minutes straight, the system will suspend.

Run as systemd service (recommended)

  • change the highlighted content of the given netsusp.service file to fit your needs
  • copy the edited file to /lib/systemd/system/.
  • then issue the following:
    systemctl daemon-reload
    systemctl enable netsusp.service
    systemctl start netsusp.service

net-suspend's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.