LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Douglas Palmer <[log in to unmask]>
Fri, 26 Aug 2005 15:23:59 -0400
text/plain (22 lines)
>I installed/configured listserv 14.4 on Linux 3.0 ES..
>
>I added the following line to /etc/inittab
>
>ls:235:respawn:/home/listserv/go bg  >/dev/console 2>&1
>
>But it didn`t start automatically on reboots....

And it will not. You do not want to respawn something into the background. 
The init process will kill it.

Either use the "once" syntax:

>ls:235:once:/home/listserv/go bg


or (better) create a chkconfig compliant startup script and stick it in 
/etc/init.d


-- DCP

ATOM RSS1 RSS2