Skip to content

Commit

Permalink
Merge pull request #67 from stackhpc/bugfix/fix-socket-activation
Browse files Browse the repository at this point in the history
Prevent race starting socket unit file
  • Loading branch information
cityofships authored Sep 17, 2022
2 parents 9edce18 + 002ebcf commit 27144f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/socket.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
[Socket]
ListenStream=
ListenStream={{ _libvirt_listen_stream }}
# FreeBind is recommended when listening on a specific address:
# https://www.freedesktop.org/software/systemd/man/systemd.socket.html#FreeBind=
FreeBind=true

0 comments on commit 27144f8

Please sign in to comment.