debian-forge-composer/distribution/osbuild-composer-koji.socket
Ondřej Budai 91b86a1369 osbuild-composer: add a socket for Koji API
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!
2020-09-16 00:15:02 +01:00

9 lines
148 B
SYSTEMD

[Unit]
Description=OSBuild Composer Koji API socket
[Socket]
Service=osbuild-composer.service
ListenStream=8701
[Install]
WantedBy=sockets.target