• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved PSA service (exited)

Dukemaster

Regular Pleskian
Hi,
I just made a control test of most services, like nginx, mysqp/mariadb, sw-engine, sw-server,... and psa --> PLESK.
Makes me wonder why "only" this core service is running in state "exited"?
Do I have to fix or do something?

[QUOTE
root@server:~# service psa status
psa.service - Plesk Panel
Loaded: loaded (/lib/systemd/system/psa.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2019-11-05 11:51:07 CET; 2min 58s ago
Main PID: 24439 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/psa.service

Nov 05 11:51:06 server.example.com systemd[1]: Starting Plesk Panel...
Nov 05 11:51:07 server.example.com systemd[1]: Started Plesk Panel.
root@server:~#
][/QUOTE]
 
Last edited:
This is just an auxiliary oneshot script/service that launches the entire stack and successfully completes. Its purpose is to start, do some work, and then exit.
Therefore, it is marked as exited: the service was started, did everything it should, and exited with status 0
Since this is not a daemon - it cannot be active running - it requires an active process.
 
Back
Top