PrizmDoc Viewer v13.17 - Updated
Administrator Guide / PrizmDoc Application Services / Starting & Stopping / Linux
In This Topic
    Linux
    In This Topic

    Introduction

    The included script ./pas/pm2/pas.sh can be used to start and stop the PrizmDoc Application Services (PAS). The following examples assume the default install location. If you did not install it to the default location, replace /usr/share/prizm with the location to which you installed it.

    Start

    Example

    /usr/share/prizm/pas/pm2/pas.sh start
    
    

    Stop

    Example

    /usr/share/prizm/pas/pm2/pas.sh stop
    
    

    TIP: If you created a symbolic link to ./pas/pm2/pas.sh in the /etc/init.d/ directory, you can use the service command to manage PAS instead of invoking the script directly. That way if you don’t need PAS to automatically start/stop, you can complete the first step to more easily manage it.

    The syntax is as follows:

    Example

    service pas start|stop|restart|status