Actions
Bug #15424
closedsmart_proxy_dynflow_core doesn't daemonize on EL6
Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy Dynflow
Target version:
Difficulty:
Triaged:
Description
systemd has some nice ability to just take any old process and make it a service, but on el6, the process itself needs to handle forking. Otherwise on el6 what happens currently is this:
[root@centos6-koji init.d]# service smart_proxy_dynflow_core start Starting smart_proxy_dynflow_core:
And it'll stay there forever - with the process running, but never exit.
Foreman proxy might be a good example to look at, as its a sinatra app that can daemonize itself.
Actions