Contact Us +32 81813700

Shutting down the server

The easiest way the shut down the server on a Linux type system is to send the SIG INT signal to the server.

  • Find the Process ID.
    • # ps ax | grep -i tiny
  • Use the kill command with the PID.
    • # kill -2 pid

The documentation is editable by everyone on Launchpad.

Previous topic

OpenERP Server and Web Client - Start/Stop

Next topic

Modular Development Approach

This Page