diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-02 14:38:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-02 14:38:11 +0200 |
commit | 5faeacd1111a83e5859b98ccc4193cb6017cdba8 (patch) | |
tree | 429f802c4f9fb8dea5ad896974eb2a5398200d18 | |
parent | 15c94a8706622927850eba8c22fcff2df32978b4 (diff) | |
download | vyos-1x-5faeacd1111a83e5859b98ccc4193cb6017cdba8.tar.gz vyos-1x-5faeacd1111a83e5859b98ccc4193cb6017cdba8.zip |
wwan: T4324: cronjob is setup via interfaces-wwan.py - drop dedicated cron file
-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 63dff43a5..493c896eb 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -1,4 +1,3 @@ -etc/cron.d etc/cron.hourly etc/dhcp etc/ipsec.d 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 |