-
Notifications
You must be signed in to change notification settings - Fork 999
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
Allow to specify pidfile in config file #3707
Conversation
Default path of pid file is in data directory which cause problems on hard reset of system as the pid file is not removed. The path + filename can now be defined as parameter "pidfile" in config. Related to sysown#760
Automated message: PR pending admin approval for build testing |
add to whitelist |
test this please |
@smeinecke : thank you for the PR! |
retest this please |
We have encountered a situation where being able to configure the PID file location would be really helpful - Is there any chance we could get this tested and merged into a release? |
Checking here to see if there is an estimate for when this can be merged into main. This would be helpful for systems being brought online based on a snapshot of a machine in a running state. There are conflicts where the process tries to start with a PID that is already claimed by another process. Thanks in advance. |
It was merged 9 months ago, as specified in this thread ... |
My mistake, I clearly missed the merge above. Does this mean we can now specify Thanks! |
Default path of pid file is in data directory which cause problems on
hard reset of system as the pid file is not removed.
The path + filename can now be defined as parameter "pidfile" in config.
Related to #760