Add a systemd socket for Koji API. If enabled when osbuild-composer.service is started, the service will also listen on the socket and serve Koji API there. Note that Koji API doesn't upload to Koji yet, this still needs to be hooked up. Based on a patch from Tom Gundersen, thanks!
9 lines
148 B
SYSTEMD
9 lines
148 B
SYSTEMD
[Unit]
|
|
Description=OSBuild Composer Koji API socket
|
|
|
|
[Socket]
|
|
Service=osbuild-composer.service
|
|
ListenStream=8701
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|