sample.conf 437 Bytes
Newer Older
root's avatar
root committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# 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>