sample.conf 437 Bytes
# Sample config file for zdctl.py and zdrun.py (which share a schema).

<runner>
  # Harmless example
  program       sleep 100
  # Repeat the defaults
  backoff-limit 10
  daemon	True
  forever	True
  socket-name	zdsock
  exit-codes	0,2
  # user has no default
  umask		022
  directory	.
  default-to-interactive True
  hang-around   False
</runner>

<eventlog>
  level info
  <logfile>
    path /tmp/zdrun.log
  </logfile>
</eventlog>