Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

beebox / iscan   deb

Repository URL to install this package:

Version: 2.30.3-1 

/ usr / share / doc / iscan / examples / xinetd.sane

# default: off
# description: SANE network scanner daemon
#	Please note that this service is registered by the IANA under
#	the name "sane-port".  If your /etc/services file only has a
#	sane-port entry, rename the service in this file to match it.
#	Alternatively, you can add an alias in /etc/services.
service sane
{
   disabled    = no
   port        = 6566
   socket_type = stream
   wait        = no
   user        = root
   server      = /usr/sbin/saned
}