Initial commit

This commit is contained in:
Eneko Nieto
2021-02-07 12:59:30 +01:00
commit 43bb2ef0dd
8 changed files with 502 additions and 0 deletions

7
crontab Normal file
View File

@@ -0,0 +1,7 @@
# 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 &