Answers for "Service has no ExecStart=, ExecStop=,"

0

Service has no ExecStart=, ExecStop=,

The program you are starting with ExecStart must have full path. Find out where your java binary is and add that to the ExecStart.

Ex: ExecStart=/bin/java .....
Posted by: Guest on January-30-2021

Code answers related to "Service has no ExecStart=, ExecStop=,"

Browse Popular Code Answers by Language