Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yulerc.template

    r30 r1  
    165165#####################################################
    166166
     167[Misc]
     168
     169## whether to become a daemon process
     170## (this is not honoured on database initialisation)
     171#
     172# Daemon = no
     173Daemon = yes
     174
     175
    167176
    168177[Misc]
     
    174183# SetLoopTime = 60
    175184SetLoopTime = 600
    176 
    177 ## Normally, client messages are regarded as data within a
    178 ## server message of fixed severity. The following two
    179 ## options cause the server to use the original severity/class
    180 ## of client messages for logging.
    181 #
    182 # UseClientSeverity = False
    183 # UseClientClass    = False
    184185
    185186## The maximum time between client messages (seconds)
Note: See TracChangeset for help on using the changeset viewer.