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 | |
| 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)
| -rw-r--r-- | debian/vyos-1x.install | 1 | ||||
| -rw-r--r-- | src/etc/cron.d/check-wwan | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index 38a032a63..96c3f2008 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -1,4 +1,3 @@ -etc/cron.d etc/dhcp etc/netplug etc/ppp 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 |
