mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-15 09:41:25 +00:00
18 lines
319 B
Desktop File
18 lines
319 B
Desktop File
[Unit]
|
|
Description=Koji build server
|
|
Documentation=https://docs.pagure.org/koji/server_howto/
|
|
|
|
After=network.target
|
|
|
|
[Service]
|
|
TasksMax=infinity
|
|
Restart=on-failure
|
|
ExecStart=/usr/sbin/kojid \
|
|
--fg \
|
|
--force-lock \
|
|
--verbose
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|