Systemd service on Linux
The Linux installer can create a systemd service for the application.
This happens on the Create systemd service step.
What the installer creates
If you answer y, the installer:
Creates a unit file in
/etc/systemd/system/.Prints the exact service name and unit file path.
Example output:
STEP 11. CREATE SYSTEMD SERVICE
Do you want to create a systemd service? (Requires root privileges) Enter 'y' or 'n' [n]: y
* Creating systemd service file: /etc/systemd/system/wproofreader.service
* The service will run under the user: 33
* 'wproofreader' systemd service created successfullyStart/stop the service
Replace wproofreader with the service name printed by the installer.
Start:
Stop:
Restart:
Check status:
Start on boot
Enable on boot:
Disable on boot:
View logs
In systemd service mode, application logs are still written into text files:
Was this helpful?

