Edit README.md
This commit is contained in:
parent
a9f2a85370
commit
9dac42b3b4
1 changed files with 4 additions and 2 deletions
|
@ -8,5 +8,7 @@
|
||||||
|
|
||||||
This is the crontab for an example tcpdump which starts at 02:00am and stops at 02:05am.
|
This is the crontab for an example tcpdump which starts at 02:00am and stops at 02:05am.
|
||||||
|
|
||||||
- 0 2 * * * bash /tmp/tcpdump_getdata.sh
|
```
|
||||||
- 5 2 * * * bash /tmp/tcpdump_stop.sh
|
0 2 * * * bash /tmp/tcpdump_getdata.sh
|
||||||
|
5 2 * * * bash /tmp/tcpdump_stop.sh
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue