Add systemd unit file for kojid

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-08-10 15:17:27 -04:00 committed by Dennis Gilmore
parent 3260dbebdb
commit 10a75fc22f
4 changed files with 66 additions and 9 deletions

14
builder/kojid.service Normal file
View 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