The intention is for the sockets always to stay around, even when the service is restarted. This way the worker can always connect. Signed-off-by: Tom Gundersen <teg@jklm.no>
9 lines
174 B
SYSTEMD
9 lines
174 B
SYSTEMD
[Unit]
|
|
Description=OSBuild Composer API sockets
|
|
|
|
[Socket]
|
|
ListenStream=/run/weldr/api.socket
|
|
ListenStream=/run/osbuild-composer/job.socket
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|