Enabling autostart

To enable the autostart function on a server:
  1. Open an editor of your choice and edit file /etc/rc.pd.servers.
  2. For each server you want to autostart at reboot add a line in the file:

    startsrv -F -p <port> -l <language> <server_name>

    where

    • port - the communication port where InfoPrint Manager server listens for client requests.

    • language - list the language on which Infoprint Manager server starts (default en_US).

    • server_name - the name of the InfoPrint manager server instance.

      Example

      startsrv -F -p 6888 -l en_US server1

  3. Save your changes on the file /etc/rc.pd.servers.
  4. Next time you reboot, the servers listed will automatically start.

Note: You can also enable the autostart function on a server using the InfoPrint Manager Management Interface.