Page History
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.
...
Code Block | ||||
---|---|---|---|---|
| ||||
service webspellchecker stop | ||||
You have an option to start the service on boot. To do so, use the following command:
Code Block | ||||
---|---|---|---|---|
| ||||
systemctl enable webspellchecker |