8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
# Limitator
|
|
# Save used bytes to local file
|
|
*/10 7-23 * * * /etc/init.d/limitator save &
|
|
# Restart at midnight
|
|
1 0 1-12,14-31 * * /etc/init.d/limitator restart &
|
|
# Reset the quota monthly
|
|
1 0 13 * * /etc/init.d/limitator reset &
|