Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions templates/socket.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ 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

[Unit]
# Wait for network to be configured so we can bind to a specific address
# without it changing underneath us if it gets reconfigured
Wants=network-online.target
After=network-online.target