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:
parent
0a6eca35c6
commit
c1f1695ae3
@ -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
|
||||
|
@ -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)
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user