diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-18 17:58:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-18 18:19:48 +0100 |
commit | eb6247e4b464c36fa7441627b221d0db39429251 (patch) | |
tree | 3b86e9f7c17bbd93ca1b948c0d16c143c7efa448 /src/etc | |
parent | 4747e944233de14b5c66ca3d7004d1174554681a (diff) | |
download | vyos-1x-eb6247e4b464c36fa7441627b221d0db39429251.tar.gz vyos-1x-eb6247e4b464c36fa7441627b221d0db39429251.zip |
wwan: T3795: periodically check if WWAN connection needs a reconnect
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/cron.d/check-wwan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/cron.d/check-wwan b/src/etc/cron.d/check-wwan new file mode 100644 index 000000000..28190776f --- /dev/null +++ b/src/etc/cron.d/check-wwan @@ -0,0 +1 @@ +*/5 * * * * root /usr/libexec/vyos/vyos-check-wwan.py |