Instead, call it osbuild-composer-api.socket, but provide a symlink for backwards compatibility. Change `schutzbot/provision.sh` to only enable osbuild-composer-api.socket. In the future, this new socket is the only API socket, which provides both the "cloud" API and the one for koji. This means that the koji API is always enabled.
9 lines
142 B
SYSTEMD
9 lines
142 B
SYSTEMD
[Unit]
|
|
Description=OSBuild Composer API socket
|
|
|
|
[Socket]
|
|
Service=osbuild-composer.service
|
|
ListenStream=443
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|