debian-forge-composer/distribution/osbuild-composer.socket
Tom Gundersen 22d57ff1a6 service: don't pull down the socket when the service goes down
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>
2019-12-11 15:23:24 +01:00

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