https://bugzilla.redhat.com/show_bug.cgi?id=1034919



--- Comment #8 from Marek Goldmann <mgold...@redhat.com> ---
For sure this should be added to the init.d file:

# Required-Start: $network cgconfig

This will make sure that cgconfig service will be started before docker. Other
thing is the cgconfig service start. By default the service is not enabled on
boot. I'm unsure what is the valid way to change this. One way is to add it in
the %post section of the RPM. But this doesn't seem good to me.

Other option is to check the status of cgconfig in the docker init.d file and
launch it if it's stopped. And I think this would be a preferred solution for
this.

We can also add a warning that would say how to enable the service (chkconfig
cgconfig on) when we detect that docker service is marked to start on boot and
cgconfig is not.

Any other ideas / comments?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to