14 lines
254 B
Desktop File
14 lines
254 B
Desktop File
[Unit]
|
|
Description=Koji repo administration
|
|
Documentation=https://docs.pagure.org/koji/server_howto/
|
|
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/kojira \
|
|
--fg \
|
|
--force-lock \
|
|
--verbose
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|