• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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