Skip to content

Service that kills given processes during a given schedule

Notifications You must be signed in to change notification settings

Seldom-SE/nuh_uh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuh-uh

Service that kills given processes during a given schedule.

Installation

  1. cargo b --release
  2. Copy target/release/nuh_uh into /usr/sbin/
  3. Copy nuh-uh.service into /etc/systemd/system/
  4. Create /root/.config/nuh_uh/config.ron
  5. sudo systemctl enable nuh-uh
  6. sudo systemctl start nuh-uh

Configuration

Nuh-uh will kill programs that contain any of the given strings in their executable names. Case insensitive.

(
    start: "8:30",
    end: "12:00",
    processes: ["Discord", "Steam"],
)

About

Service that kills given processes during a given schedule

Resources

Stars

Watchers

Forks

Languages