#3277 Weak dep on `httpd.service` for kojid/ra
Merged by tkopecek. Opened by jcpunk.
jcpunk/koji wants-httpd  into  master

Download 3277.patch

If you're running kojid or kojira on the same host as as the koji-hub, it is helpful to have these startup after the httpd.service has loaded.

These are weak deps, so hosts without httpd.service wont see any difference in their startup.

This way, if you have httpd installed on your builder (but it is a separate machine, so httpd.service is normally not running there), it will force start of httpd (which is not what you want).

You probably want to use After= instead, but I have not tested if it will behave as you want.

good call, I've switched to After= and re-pushed.

:thumbsup:

I would just add a claryfiyng comment there, so people are not puzzled what it does there or if httpd is somehow utilized by these services.

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

Issue #3285

rebased onto fd272ec608f134881732b8177c3ee7719dd03d0a

Added comment, how does that look?

:thumbsup:

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

Commit 6b0dfae4 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata