Jump to content

Main Page/Qmail service issue in RHEL6 Sphaerapharma

From TetraWiki
Revision as of 06:00, 10 June 2013 by Amit (talk | contribs) (Created page with " == '''Qmail Service Issue in RHEL 6''' == SVSCAN Issue ,as init q will not work on RHEL 6 ( http://www.kluner.net/2011/04/04/daemontools-on-redhat-enterprise-6-0/ )...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Qmail Service Issue in RHEL 6

  SVSCAN Issue ,as init q will not work on RHEL 6
  ( http://www.kluner.net/2011/04/04/daemontools-on-redhat-enterprise-6-0/ )
   create /etc/init/svscan.conf
   start on runlevel [345]
   respawn
   exec /command/svscanboot


     * initctl reload-configuration
     * initctl stop svscan
     * initctl start svscan
   If Svscan is running then kill by  
   kill -HUP <Pid of Svscan> 
   kill -HUP <pid of service>