-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PID file not found #83
Comments
Hi, |
Ubuntu 16.04 LTS |
Seems like you have system D. In this case the pid file location can be define here Please check your service file in the directory |
Yes, I know that. I checked the service file already and the path for the pid file is there. The service is running fine This is my service file
and when I cat it, nothing is found
|
Could you please check system logs? I guess it may be access problem. The services wants user or root access, there is difference in access to PID file under different user |
I have the same problem! linux verson: generated service file
the process has root permission:
|
Hi,
I am using this package for a service running on ubuntu
When I look at the service file I see that the pid file should be in /var/run
But the service starts and stops just fine and no pid file is ever generated there.
I searched the whole disk, but no pid file
Where is it?
The text was updated successfully, but these errors were encountered: