diff options
| author | St33v <github@f3rr3t.com> | 2017-11-19 18:18:50 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-19 18:18:50 +1100 |
| commit | d92ab0027c1dc0e79c87962cfa01063d6f394e62 (patch) | |
| tree | 0a24607c47e1ea040e07edc50bb9efbe4c68c731 | |
| parent | 73dc647f76c0997fc411568441a94c48e3867518 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ wlanWDog.timer|A simple timer that calls **wlanWDog.service** periodically wlanWDog.service| `Systemd` service definition that is called by the Timer wlanWDprowl.sh|A `bash` shell script that restarts the network if its status is not correct -The `timer` calls the `service` every 30 minutes, and the service then runs the `shell` script. +The `timer` calls the `service` every minute, and the service then runs the `shell` script. I have found it difficult to make `systemd` services do anything more fancy than just call a script. |
