Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Stop the services

Linux:

Code Block
/etc/init.d/systemctl stop ubilogin-server
systemctl stop /etc/init.d/ubisecure-accounting
systemctl stop /etc/init.d/ubilogin-directory stop

Windows:

Use Services in Microsoft Management Console or the following commands

...

Start the services

Linux:

Code Block
/etc/init.d/systemctl start ubilogin-directory
systemctl start /etc/init.d/ubisecure-accounting
systemctl start /etc/init.d/ubilogin-server start

Windows:

Use Services in Microsoft Management Console or the following commands

...

Check the status of services

Linux:

Code Block
/etc/init.d/systemctl status ubilogin-server
systemctl status /etc/init.d/ubisecure-accounting
systemctl status /etc/init.d/ubilogin-directory status

Windows:

Use Services in Microsoft Management Console or the following command to list all running services

...