CLX archive - 1998: Re: Automatic start of clx

Re: Automatic start of clx

Stan (hgnluy.fmty@ktulhome.net)
Thu, 03 Sep 1998 18:35:09 -0500


Hello Ruben, here is what I use in rc.local on Slackware 3.4
and clx 4.00b

$ cat /etc/rc.d/rc.local
#!/bin/sh
#
# /etc/rc.d/rc.local: Local system initialization script.
#
#Put any local setup commands in here:
# Start AX25 calls script
/usr/sbin/kiss-on
# Start CLX
rm /tmp/.s.PGSQL.5432
echo "Loading postgres"
echo "postmaster -i > /dev/tty8 2>&1 &" | su - postgres
#
echo "Loading clx"
echo "clx -r > /dev/tty8 2>&1 &" | su - clx_us
#

-- 
Stan Rongey - KJ5SF               e-mail - terhi.victor@logonet.com