-
Notifications
You must be signed in to change notification settings - Fork 887
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
pserve --stop-daemon does not work with --monitor-restart #1216
Comments
The pid_file contains "8814". Running a "ps" here are the processes running afterwards:
As you can see, the process has started with a new process ID |
Just a note that you also use --reload which according to issue #912 is not supported when using --daemon. |
@mmerickel and I have fixed the use of Either way, this feature is being deprecated. |
fix usage of --monitor-restart with --daemon Closes #1216
If pserve is started with --monitor-restart, the command is restarted when pserve --stop-daemon is run and the pid file's process ID is not updated. The only way to seem to stop it is using kill on the process ID instead of relying on pserve.
The text was updated successfully, but these errors were encountered: