Skip to content
Snippets Groups Projects
Commit 14dde3fd authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set custom 4GB ReceiveBuffer for Socket Activated Service

parent 803978cd
No related branches found
No related tags found
No related merge requests found
Pipeline #2959 failed
...@@ -6,6 +6,7 @@ After=network.target ...@@ -6,6 +6,7 @@ After=network.target
# https://www.linux.com/training-tutorials/end-road-systemds-socket-units/ # https://www.linux.com/training-tutorials/end-road-systemds-socket-units/
ListenStream=1234 ListenStream=1234
Accept=yes Accept=yes
ReceiveBuffer=4G
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment