Skip to content
Snippets Groups Projects
Commit ba08c008 authored by Konrad Zemek's avatar Konrad Zemek
Browse files

Add LimitNOFILE to the example service file.

parent 45a38020
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ After=network.target ...@@ -4,6 +4,7 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
LimitNOFILE=65535
ExecStartPost=ip rule add from 127.0.0.1/8 iif lo table 123 ExecStartPost=ip rule add from 127.0.0.1/8 iif lo table 123
ExecStartPost=ip route add local 0.0.0.0/0 dev lo table 123 ExecStartPost=ip route add local 0.0.0.0/0 dev lo table 123
ExecStart=/usr/bin/go-mmproxy -4 127.0.0.1:1000 -6 "[::1]:1000" -allowed-subnets /usr/share/path-prefixes.txt -l 0.0.0.0:1234 ExecStart=/usr/bin/go-mmproxy -4 127.0.0.1:1000 -6 "[::1]:1000" -allowed-subnets /usr/share/path-prefixes.txt -l 0.0.0.0:1234
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment