This file is indexed.

/usr/share/pyshared/zdaemon/sample.conf is in python-zdaemon 2.0.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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>