Winpower Agent not auto starting when Ubuntu server Linux system starts

Discussion in 'Server Operation' started by dalitso, Jun 2, 2010.

  1. dalitso

    dalitso New Member

    I have bought a Mecer ME-1000BK UPS and installed winpower on my Ubuntu 8.04 server box that its connected to via serial connection. I used the cd that it came with.
    Everything went well and is running fine but I have noticed that the winpower agent is not starting automatically when the system boots. I have to manually start it all the time with this commands
    Code:
    cd /opt/upspilot
    ./agent start
    Please help me with a way I can make it start when the system boots
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You could add this to /etc/rc.local (before the exit 0 line).
     
  3. dalitso

    dalitso New Member

    Thank you very much. Its working now.
     

Share This Page