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.

14 lines
341 B

  1. # default: off
  2. # description: The saned provides scanner service via the network. \
  3. # Applications like kooka, xsane or xscanimage can use the remote \
  4. # scanner.
  5. service sane-port
  6. {
  7. socket_type = stream
  8. port = 6566
  9. wait = no
  10. user = saned
  11. group = scanner
  12. server = /usr/sbin/saned
  13. disable = yes
  14. }