Remove IPAccounting as it has no effect

Ref: https://github.com/systemd/systemd/issues/9513

Not sure what the intended use case of this configuration parameter is
but it appears to be a known limitation that it does not work for what
we need it to do, so remove.
This commit is contained in:
Radon Rosborough 2022-07-01 21:39:50 -07:00
parent a539645bb2
commit 460af21c3e
1 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,3 @@ MemorySwapMax=0
# this space to user code.
TasksAccounting=true
TasksMax=400000
# Attempt to deny access to EC2 Instance Metadata service from user
# code.
IPAccounting=true
IPAddressDeny=169.254.169.254