update systemd configuration

This commit is contained in:
Daniel Micay 2025-09-18 11:17:05 -04:00
parent c6156ebed7
commit 348cdf9d74
2 changed files with 8 additions and 1 deletions

View file

@ -23,13 +23,20 @@ SpeedMeter=yes
#ManageForeignRoutes=yes #ManageForeignRoutes=yes
#ManageForeignNextHops=yes #ManageForeignNextHops=yes
#RouteTable= #RouteTable=
#IPv4Forwarding=
#IPv6Forwarding=
#IPv6PrivacyExtensions=no #IPv6PrivacyExtensions=no
#UseDomains=no #UseDomains=no
#[IPv6AddressLabel]
#Prefix=
#Label=
[IPv6AcceptRA] [IPv6AcceptRA]
#UseDomains= #UseDomains=
[DHCPv4] [DHCPv4]
#ClientIdentifier=duid
#DUIDType=vendor #DUIDType=vendor
#DUIDRawData= #DUIDRawData=
#UseDomains= #UseDomains=

View file

@ -54,7 +54,6 @@ SystemCallArchitectures=native
DefaultStartLimitIntervalSec=0 DefaultStartLimitIntervalSec=0
#DefaultStartLimitBurst=5 #DefaultStartLimitBurst=5
#DefaultEnvironment= #DefaultEnvironment=
#DefaultCPUAccounting=yes
DefaultIOAccounting=yes DefaultIOAccounting=yes
DefaultIPAccounting=yes DefaultIPAccounting=yes
#DefaultMemoryAccounting=yes #DefaultMemoryAccounting=yes
@ -80,5 +79,6 @@ DefaultIPAccounting=yes
#DefaultMemoryPressureWatch=auto #DefaultMemoryPressureWatch=auto
#DefaultOOMPolicy=stop #DefaultOOMPolicy=stop
#DefaultSmackProcessLabel= #DefaultSmackProcessLabel=
#DefaultRestrictSUIDSGID=
#ReloadLimitIntervalSec= #ReloadLimitIntervalSec=
#ReloadLimitBurst= #ReloadLimitBurst=