debian-koji/builder/kojid.service
Jason Montleon 20d016f5b2 Improve reliability of kojid service start
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
2025-08-15 15:57:44 -04:00

18 lines
422 B
Desktop File

[Unit]
Description=Koji build server
Documentation=https://docs.pagure.org/koji/server_howto/
# If the koji-hub is on this host, httpd.service is needed first
After=network-online.target httpd.service chrony-wait.service
[Service]
ExecStart=/usr/sbin/kojid \
--fg \
--force-lock \
--verbose
ExecReload=/bin/kill -USR1 $MAINPID
Restart=on-failure
RestartSec=60s
[Install]
WantedBy=multi-user.target