11 lines
138 B
SYSTEMD
11 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Apache httpd Server Socket
|
|
|
|
[Socket]
|
|
ListenStream=80
|
|
NoDelay=true
|
|
DeferAcceptSec=30
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|