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