Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. cd /opt
  2. wget http://github.com/DmitryKoterov/dklab_realplexor/tarball/master
  3. tar zxf *realplexor*.tar.gz
  4. mv *realplexor*/ dklab_realplexor
  5. # Now deal with an init-script.
  6. ln -s /opt/dklab_realplexor/dklab_realplexor.init /etc/init.d/dklab_realplexor
  7. chkconfig --add dklab_realplexor
  8. chkconfig dklab_realplexor on
  9. service dklab_realplexor start
  10.  
  11. [dklab_realplexor]# chkconfig dklab_realplexor on
  12. error reading information on service dklab_realplexor: No such file or directory
  13.  
  14. yum install chkconfig
  15.  
  16. Loaded plugins: fastestmirror, security
  17. Loading mirror speeds from cached hostfile
  18. Setting up Install Process
  19. Package chkconfig-1.3.49.3-2.el6_4.1.x86_64 already installed and latest version
  20. Nothing to do
  21.  
  22. vim /etc/init.d/dklab_realplexor`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement