Skip to content

Commit

Permalink
Remove LimitNPROC (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bt90 authored Feb 9, 2024
1 parent 03b7609 commit 509c30c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion init/caddy-api.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Group=caddy
ExecStart=/usr/bin/caddy run --environ --resume
TimeoutStopSec=5s
LimitNOFILE=1048576
LimitNPROC=512
PrivateTmp=true
ProtectSystem=full
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
Expand Down
1 change: 0 additions & 1 deletion init/caddy.service
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ExecStart=/usr/bin/caddy run --environ --config /etc/caddy/Caddyfile
ExecReload=/usr/bin/caddy reload --config /etc/caddy/Caddyfile --force
TimeoutStopSec=5s
LimitNOFILE=1048576
LimitNPROC=512
PrivateTmp=true
ProtectSystem=full
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
Expand Down

0 comments on commit 509c30c

Please sign in to comment.