1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 04:24:15 +00:00

py-i2phosts-master: remove unused config options

This commit is contained in:
Hidden Z 2010-11-04 14:38:23 +00:00
parent 0a6eca35c6
commit c1f1695ae3
2 changed files with 0 additions and 9 deletions

View File

@ -11,8 +11,3 @@ check_interval = 43200 #12 hours
# number of seconds between fetching new hosts
fetch_interval = 1800 # 30 mins
run_fetcher = yes
run_checker = yes
run_maint = yes
run_builder = yes

View File

@ -102,10 +102,6 @@ spec = '''
log_level = option('debug', 'info', 'warning', 'error', 'critical', default='info')
pid_file = string(default='/var/run/py-i2phosts/master.pid')
runas = string(default='_pyi2phosts')
run_fetcher = boolean(default=True)
run_checker = boolean(default=True)
run_maint = boolean(default=True)
run_builder = boolean(default=True)
check_interval = integer(default=43200)
fetch_interval = integer(default=1800)
'''