-
Notifications
You must be signed in to change notification settings - Fork 1
Installing
Angela edited this page Feb 19, 2021
·
4 revisions
(won't run properly via cron without importing user display env, or having an active session)
git clone https://github.com/angela-d/wifi-channel-watcher.git
Done.
cd wifi-channel-watcher && ./channel-watcher
(substitute ./
if running via cron: /your/local/path/to/wifi-channel-watcher/channel-watch
)
- After cloning (see steps above), run
channel-watch
with the installservice argument: -
./channel-watch installservice
- This will create a systemd user service (root not required)
- Additionally, a timer service will be created (systemd style cron)
That's it!