<div dir="ltr">I am running into an odd issue where config files placed in /etc/sysctl.d/ are not being read on reboot, but after restarting procps they load as expected.<div><br></div><div>root@dd:/home/user# sysctl -a |grep net.bridge<br>net.bridge.bridge-nf-call-arptables = 1<br>net.bridge.bridge-nf-call-ip6tables = 1<br>net.bridge.bridge-nf-call-iptables = 1<br>net.bridge.bridge-nf-filter-pppoe-tagged = 0<br>net.bridge.bridge-nf-filter-vlan-tagged = 0<br>net.bridge.bridge-nf-pass-vlan-input-dev = 0<br>root@dd:/home/user# systemctl restart procps<br>root@dd:/home/user# sysctl -a |grep net.bridge<br>net.bridge.bridge-nf-call-arptables = 0<br>net.bridge.bridge-nf-call-ip6tables = 0<br>net.bridge.bridge-nf-call-iptables = 0<br>net.bridge.bridge-nf-filter-pppoe-tagged = 0<br>net.bridge.bridge-nf-filter-vlan-tagged = 0<br>net.bridge.bridge-nf-pass-vlan-input-dev = 0<br></div><div><br></div><div>I have done </div><div># systemctl restart procps</div><div># sysctl -p</div><div><br></div><div>a few times and rebooted without success. I have even done systemctl daemon-reload in hopes of having systemd reread the files.</div><div>My Google Fu is failing on finding a solution that works. Does anyone have an idea why the restart of procps applies the changes but doesn't apply them on startup?</div><div>Yes, the procps service is enabled and is running before I do the restart.</div><div><br></div><div>Thanks</div><div><br></div></div>