# default: off # description: The floppy daemon. service floppyd { disable = yes type = UNLISTED socket_type = stream protocol = tcp wait = yes user = root nice = 10 rlimit_as = 16M only_from = 127.0.0.1 port = 5703 server = /usr/sbin/floppyd # Put -x :1 for attaching to X server on next screen.. server_args = -x :0 /dev/fd0 } ## EOF ##