Plesk for Linux
kb: technical
ABT: Group B
Ideal
Applicable to:
- Plesk for Linux
Symptoms
A service fails to start with the message:
# systemctl start service_name.service
Unable to start service_name: systemctl start service_name.service Failed to start service_name.service: Unit service_name.service is masked.
Cause
The service is masked.
Answer
-
Connect to the Plesk server via SSH.
-
Unmask the masked service:
# systemctl unmask service_name
-
Start the service:
# systemctl start service_name
Comments
0 comments
Please sign in to leave a comment.