mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
docs/DAEMON_SOCKET_ACTIVATION
Remove non-sensical network.target dependencies There is no need to have these dependencies on socket units as far as I am aware.
This commit is contained in:
parent
af21385e76
commit
30a15ce1d0
@ -35,10 +35,6 @@ PrivateNetwork=true
|
||||
**/etc/systemd/system/my-nginx.socket**
|
||||
|
||||
```
|
||||
[Unit]
|
||||
After=network.target
|
||||
Requires=network.target
|
||||
|
||||
[Socket]
|
||||
ListenStream=80
|
||||
ListenStream=0.0.0.0:80
|
||||
|
Loading…
Reference in New Issue
Block a user