mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09: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:
committed by
Yu Watanabe
parent
af21385e76
commit
30a15ce1d0
@@ -35,10 +35,6 @@ PrivateNetwork=true
|
|||||||
**/etc/systemd/system/my-nginx.socket**
|
**/etc/systemd/system/my-nginx.socket**
|
||||||
|
|
||||||
```
|
```
|
||||||
[Unit]
|
|
||||||
After=network.target
|
|
||||||
Requires=network.target
|
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=80
|
ListenStream=80
|
||||||
ListenStream=0.0.0.0:80
|
ListenStream=0.0.0.0:80
|
||||||
|
|||||||
Reference in New Issue
Block a user