1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-03 05:18:09 +03:00

docs: fix keys in wrong section

This commit is contained in:
Matthias Lisin 2024-03-21 02:32:26 +01:00
parent 8810b782a1
commit 8c2440dd42

View File

@ -35,12 +35,14 @@ PrivateNetwork=true
**/etc/systemd/system/my-nginx.socket**
```
[Unit]
After=network.target
Requires=network.target
[Socket]
ListenStream=80
ListenStream=0.0.0.0:80
BindIPv6Only=ipv6-only
After=network.target
Requires=network.target
[Install]
WantedBy=sockets.target