Browse Source

py-i2phosts-master: remove unused config options

pull/1/head
Hidden Z 14 years ago
parent
commit
c1f1695ae3
  1. 5
      conf/master.conf
  2. 4
      py-i2phosts-master

5
conf/master.conf

@ -11,8 +11,3 @@ check_interval = 43200 #12 hours @@ -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

4
py-i2phosts-master

@ -102,10 +102,6 @@ spec = ''' @@ -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…
Cancel
Save