Skip to content

Manage the SEAL Print Client Services ???? Für aktuelles Produkt umarbeiten ????


Privileges

The commands for managing the services execute PowerShell scripts on Windows and bash scripts on Linux. For this, privileges are required:

  • On Windows, the execution policy has to be set to RemoteSigned at least. For more information about execution policies, refer to the Microsoft documentation.

  • On Linux, the logged-on user has to be member of the sudoers list.

The service commands descriped below are executed via PowerShell scripts on Windows and bash scripts on Linux.

  • On Windows, the execution policy has to be set to RemoteSigned at least, see the Microsoft Documentation about execution policies.

  • On Linux, the logged-on user has to be in the sudoers list.


Start the SEAL Print Client Services

operator service start <value>

Available values:

  • no value

    All services beginning with seal- and installed on the server are started.

  • <service_name> <service_name> ...

    The specified services are started.

  • -

    The list of services to be started is read from standard input.


Stop the SEAL Print Client Services

operator service stop <value>

Available values:

  • no value

    All services installed on the server beginning with seal- are stopped.

<service_name> <service_name> ...

The specified services are stopped.
  • -

    The list of services to be stopped is read from standard input.


Check the States of the SEAL Print Client Services

operator service status <value>

Available values:

  • no value

    The states of all services installed on the server beginning with seal- are displayed.

  • <service_name> <service_name> ...

    The states of the specified services are displayed.

  • -

    The list of services whose states are to be displayed is read from standard input.


Back to top