Add systemd unit file for kojid
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
3260dbebdb
commit
10a75fc22f
4 changed files with 66 additions and 9 deletions
14
builder/kojid.service
Normal file
14
builder/kojid.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Koji build server
|
||||
Documentation=https://fedoraproject.org/wiki/Koji/ServerHowTo
|
||||
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/kojid \
|
||||
--fg \
|
||||
--force-lock \
|
||||
--verbose
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue