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:
parent
3733c04341
commit
10cf1e494e
2 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue