diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-02 14:38:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-03 09:19:18 +0200 |
commit | 7091d0b54f21caf85ea86d2542d9bec4b5fd1afb (patch) | |
tree | 0db70b714b326b238ef88a3363ee5a0bf8f2dea6 /src/etc | |
parent | 07c3bb021d77164ef5f7a4e02b869ea4c11da971 (diff) | |
download | vyos-1x-7091d0b54f21caf85ea86d2542d9bec4b5fd1afb.tar.gz vyos-1x-7091d0b54f21caf85ea86d2542d9bec4b5fd1afb.zip |
wwan: T4324: cronjob is setup via interfaces-wwan.py - drop dedicated cron file
(cherry picked from commit 5faeacd1111a83e5859b98ccc4193cb6017cdba8)
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/cron.d/check-wwan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/cron.d/check-wwan b/src/etc/cron.d/check-wwan deleted file mode 100644 index 28190776f..000000000 --- a/src/etc/cron.d/check-wwan +++ /dev/null @@ -1 +0,0 @@ -*/5 * * * * root /usr/libexec/vyos/vyos-check-wwan.py |