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:
parent
a539645bb2
commit
460af21c3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue