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:
parent
8810b782a1
commit
8c2440dd42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user