We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9edce18 + 002ebcf commit 27144f8Copy full SHA for 27144f8
templates/socket.j2
@@ -2,3 +2,6 @@
2
[Socket]
3
ListenStream=
4
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