no_forcestart.conf 947 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Configuration file that can be included to prevent ANY of the usual
  2. # IMMEDIATE_START = YES to be set. Also disables NSE POW calculation.
  3. #
  4. # This configuration is included from various configuration test files.
  5. # Whenever a new service is added that has IMMEDIATE_START = YES for
  6. # production should be disabled for (most) test suites, the option should
  7. # be added here instead of all over the place ;-).
  8. [core]
  9. IMMEDIATE_START = NO
  10. [fs]
  11. IMMEDIATE_START = NO
  12. [dht]
  13. IMMEDIATE_START = NO
  14. [cadet]
  15. IMMEDIATE_START = NO
  16. [rest]
  17. IMMEDIATE_START = NO
  18. [nse]
  19. IMMEDIATE_START = NO
  20. WORKBITS = 0
  21. [revocation]
  22. IMMEDIATE_START = NO
  23. [topology]
  24. IMMEDIATE_START = NO
  25. [hostlist]
  26. IMMEDIATE_START = NO
  27. [gns]
  28. IMMEDIATE_START = NO
  29. [zonemaster]
  30. IMMEDIATE_START = NO
  31. [zonemaster-monitor]
  32. IMMEDIATE_START = NO
  33. [psyc]
  34. IMMEDIATE_START = NO
  35. [rps]
  36. IMMEDIATE_START = NO
  37. [consensus]
  38. IMMEDIATE_START = NO
  39. [set]
  40. IMMEDIATE_START = NO
  41. [nse]
  42. IMMEDIATE_START = NO