klishd.conf 724 B

12345678910111213141516171819
  1. # Template for config file /etc/klish/klishd.conf. It's used by klishd daemon.
  2. # The klishd uses UNIX domain socket to receive connections. It will create an
  3. # filesystem entry to allow clients to find connection point. By default klishd
  4. # uses /tmp/klish-unix-socket path.
  5. #UnixSocketPath=/tmp/klish-unix-socket
  6. # The created listening UNIX domain socket can be "chown"-ed to the specified
  7. # user and group. By default klishd will not perform "chown".
  8. #UnixSocketUser=klish
  9. #UnixSocketGroup=klish
  10. # The created listening UNIX domain socket can be "chmod"-ed to the specified
  11. # value. By default klishd will not perform "chmod".
  12. #UnixSocketMode=0755
  13. DBs=libxml2
  14. DB.libxml2.XMLPath=/home/pkun/work/klish/examples/simple