Jump to content
Pulseway 9.14 🔥

Featured Replies

Posted

Hi guys

 

2 new CentOS 6.7 64 bit installations, all works as expected and the agent does its job well however, once machine restarts, agent doesn't start automatically. We need to force it by: /etc/init.d/pulseway start

The get around the problem we tried:

chkconfig --add pulseway

and error comes up:

service pulseway does not support chkconfig

Any ideas please?

 

  • Staff

Hi Norman,

Please edit /etc/init.d/pulseway and change :
 
# chkconfig: 98 98 03
 
with:
 
# chkconfig: 35 98 03
 
Then run this:
 
/sbin/chkconfig --add pulseway
/sbin/chkconfig --level 35 pulseway on
 

Regards,

Mark

 

 

Create an account or sign in to comment