Weak ordering on httpd.service for kojid/ra

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.
This commit is contained in:
Pat Riehecky 2022-03-07 15:33:03 -06:00 committed by Tomas Kopecek
parent 3733c04341
commit 10cf1e494e
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,8 @@
Description=Koji build server
Documentation=https://docs.pagure.org/koji/server_howto/
After=network.target
# If the koji-hub is on this host, httpd.service is needed first
After=network.target httpd.service
[Service]
ExecStart=/usr/sbin/kojid \

View file

@ -2,7 +2,8 @@
Description=Koji repo administration
Documentation=https://docs.pagure.org/koji/server_howto/
After=network.target
# If the koji-hub is on this host, httpd.service is needed first
After=network.target httpd.service
[Service]
ExecStart=/usr/sbin/kojira \