You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
294 B

  1. service tangd
  2. {
  3. port = 8888
  4. socket_type = stream
  5. wait = no
  6. user = root
  7. server = /usr/libexec/tangdw
  8. server_args = /usr/share/tang/db
  9. log_on_success += USERID
  10. log_on_failure += USERID
  11. disable = no
  12. }