Normally cssws is started by a standard system
service:
/etc/rc
/usr/lib/css/cssws
2>/dev/null 1>&2 |
Unix System V only
The same service can be established on System V by inserting the following line
in /etc/inittab(4):
cssws:1:respawn:/usr/lib/css/cssws
2>/dev/null 1>&2 |
Internet Super Server (inetd)
Since the Internet Superserver inetd(1) requires to use symbolic
service names, you must first edit your /etc/services file and add the
line:
cssws 6801/tcp
# WinCss server |
Then edit the /etc/inetd.conf file and add the lines:
# CSS Service
cssws stream tcp nowait root /usr/lib/css/cssws -i |
|