Versions Compared

Key

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

You may have a preference to use WebSpellChecker as a service on Linux. By default, it is not available as a service, however. However, you can create it.

There are plenty of instructions available on the Internet that will explain how to create a service. Here is the one of them available on Medium that describes how to create a Linux service.

1. Create a text file, e.g. webspellchecker.service. In the example below, you need to set a name for User and update paths to the installation directory of WebSpellChecker.

...

info
Code Block
languagebash
themeEmacs
service webspellchecker stop

You have an option to start the service on boot. To do so, use the following command:

Code Block
languagebash
themeEmacs
systemctl enable webspellchecker