Project

General

Profile

Actions

Bug #15424

closed

smart_proxy_dynflow_core doesn't daemonize on EL6

Added by Stephen Benjamin over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy Dynflow
Fixed in Releases:
Found in Releases:

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

Also available in: Atom PDF