Re: start service autmatically

"Steven W. Orr" <[email protected]>
Newsgroups gmane.linux.redhat.release.seawolf
Message-ID <[email protected]>
On Thu, 6 Feb 2003, Gentian Hila wrote:

=>
=>Finally after a good period of trying i was able to install Sendmail as
=>SMTP and Qpopper as POP3 server. It is working fine. I installed Qpopper
=>as standalone server not as a xinetd. Every time i restart Redhat i have
=>to enter qpopper command in order to start Qpopper. How can i run it
=>automatically as a service ? I entered ntsysv command but i didn't
=>really see something for qpopper there.
Qpopper should be run as an xinetd service and not as a standalone.
Here's your /etc/xinetd.d/pop3 file.

# qpopper config file for xinetd
service pop3
{
        flags       = REUSE NAMEINARGS
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        server      = /usr/sbin/in.qpopper
        server_args = in.qpopper -s
        # use this line once you create your certificate to enable STLS
        # server_args = in.qpopper -s -l 1 -f /etc/mail/qpopper.conf
}

When you want things to hapen at boot time you can usually add them to 
/etc/rc.d/rc.local

=>
=>A send question: Every time i start Redhat (gnome ) as root, it opens
=>two windows automatically, gedit window and a file manager window. Every
=>time i close them but when i reboot they are still there. How can i fix
=>this ?

Create your own ~/.xinitrc

-- 
-Time flies like the wind. Fruit flies like a banana. Stranger things have -
-happened but none stranger than this. Does your driver's license say Organ
-Donor?Black holes are where God divided by zero. Listen to me! We are all-
-individuals! What if this weren't a hypothetical question?
steveo at syslang.net
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.