PDA

View Full Version : server paths vs. server arguments?


trapni
30-10-2002, 16:01
Hi all,

I really didn't find any server documentation so I need to ask here.

I want the following TS2 server file structure

/etc/tss.conf (ts2 server config file)
/usr/bin/tss (ts2 server binary)
/usr/share/tss/htdocs (httpdocs dir)
/var/run/tss.pid (ts2 server pid)
/var/db/tss.db (ts2 server database)
/var/log/tss.log (ts2 server log file)
/etc/init.d/tss (the init script)

The init script is selfmade for Gentoo Linux. The only problem I have is that I can't specify the tss executable the paths I want. How do I do this?
Or will this be able to be done in a next release? (if not, can I get the source to modify it MYSELF?)

e.g.: /usr/bin/tss --config=/etc/tss.conf --httpdocs=/usr/share/tss/htdocs --pidfile=/var/run/tss.pid --db=/var/db/tss.db --log=/var/log/tss.log
to start the daemon.

Thanks in advance,
Christian Parpart.

R. Ludwig
01-11-2002, 13:13
-ini=
-db=
-pid=
-httpdocs=
-log=


e.g: xxxxx -ini=/bla/bla.ini -db=/nla/asas.db