Xentara v2.0.3
User Manual
|
Under Linux, the Xentara package contains a service unit file for the systemd service manager. The file is a template unit file that allows you to enable a service that will automatically start Xentara when the system is started.
The Xentara systemd unit is called xentara@.service. The @ symbol at the end of the name tells systemd that this is a template unit file. systemd expects the template parameter to be placed after the @ symbol when referring to the service. The template parameter for the Xentara service is the user name of the Linux user under which Xentara should be run.
Enter the following command in a shell to tell systemd to start a service that runs Xentara as the Linux user username:
Xentara will be run without parameters, and will thus search for a model file a model file in the default locations. You should normally place the model file in the user’s home directory under .config/xentara/model.json. For instance, for the user username used in the examples on this page, the model file should be placed under ~username/.config/xentara/model.json. The same goes for the config file, if required.
You can stop and restart the service using the following commands:
To restart the service (e.g. to reload a changed model file), use the following command:
You can print the status of the Xentara service, together with the last log entires, using the following command:
To disable the service entirely, so that Xentara is no longer started automatically, use the following command: