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.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/smart_proxy_dynflow/pull/19 added
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/smart_proxy_dynflow/pull/20 added
Updated by Adam Ruzicka over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset smart_proxy_dynflow|ef5bd62f4631eb8bcb477190104c2b4923547f3b.
Updated by Marek Hulán over 8 years ago
- Translation missing: en.field_release set to 140
Updated by Marek Hulán over 8 years ago
- Translation missing: en.field_release changed from 140 to 167
Actions