Skip to content

Commit 27144f8

Browse files
authored
Merge pull request #67 from stackhpc/bugfix/fix-socket-activation
Prevent race starting socket unit file
2 parents 9edce18 + 002ebcf commit 27144f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/socket.j2

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
[Socket]
33
ListenStream=
44
ListenStream={{ _libvirt_listen_stream }}
5+
# FreeBind is recommended when listening on a specific address:
6+
# https://www.freedesktop.org/software/systemd/man/systemd.socket.html#FreeBind=
7+
FreeBind=true

0 commit comments

Comments
 (0)