Replies: 2 comments 1 reply
-
Hey, I don't have a direct solution to your problem. However, I am currently trying and testing possible solutions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Thanks for your fast relativ, ^C wont shut down the deamon :/ it must be the comand /path/to/deamon/deamon_run stop Nginx can be shut down with nginx -s stop that isnt working becouse he search into /run/nginx for the executable , Im not a pro in doing such stuff |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have your egg running and see, that the server gets terminatet with ^C& ^C
Thats not shutting down the server, its just quit it, is ther a way to gracefully stop the server ?
The issue for me is, im running a perl deamon, and tried everything to gracefully shutdown the deamon becouse otherwise it has problems in his function.
i put the start command in the nginx.sh
/path/to/deamon/deamon_run start
to stop the deamon gracfully, the server sould run
/path/to/deamon/deamon_run stop
when u run it manualy, ^C also works to set the deamon into his shutdown state ( what means he cleans up temp files and remove his pid file, what e does not when he gets killd trough the Ptero panel stop command)
but i had no idea how i can execut that with the ptero stop container button ;(
thanks if u could help me :=)
Beta Was this translation helpful? Give feedback.
All reactions