Commit 002ebcf
authored
Prevent race starting socket unit file
FreeBind is recommended option when binding to a specific address:
```
For robustness reasons it is recommended to use this option whenever you bind a socket to a specific IP address
```
https://www.freedesktop.org/software/systemd/man/systemd.socket.html#FreeBind=
Fixes #661 parent 9edce18 commit 002ebcf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments