Xinetd & new service
From: Paul (parisse_at_iprimus.com.au)
Date: 12/23/03
- Previous message: chris_at_nospam.com: "Re: Linux in a client/server environment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Dec 2003 12:06:10 +0800
I have installed a new service on my linux fedora box , using xinetd, is
there a way to pass arguments to the running service from with in xinetd.
I have tried server_args but there seems to be no changes.
below is an example of what im trying to do .
# default: on
# description: The nc server serves nc sessions; it uses \
#
service nc
{
disable = no
flags = REUSE
socket_type = stream
wait = yes
user = root
server = /usr/bin/nc (i would like to try to pass a
arg to netcat so that it runs a script)
server_args = -e /tmp/level0
port = 2222
}
- Previous message: chris_at_nospam.com: "Re: Linux in a client/server environment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|