Skip to content
Angela edited this page Feb 19, 2021 · 1 revision

If installed as a systemd service

In your terminal, navigate to the directory where you cloned the repo to and run:

./channel-watch uninstallservice

Example output during uninstall:

Checking for systemd...

Found. Stopping services...

Removed /home/angela/.config/systemd/user/timers.target.wants/wifiwatcher.timer.

Removed /home/angela/.config/systemd/user/default.target.wants/wifiwatcher.service.

Removed wifiwatcher from startup

Removing service files for wifiwatcher...

wifiwatcher service removed

wifiwatcher timer removed

Checking for cache directory...

Cache directory removed

Uninstall complete!

  • Remove directory: `wifi-channel-watcher' to complete.

Easy as that.

If installed any other way (cron)

  1. Delete the cron you added (usually via crontab -e
  2. Delete the directory you cloned: `wifi-channel-watcher'
Clone this wiki locally