Skip to content

Commit

Permalink
scripts/update-systemd-from-27-to-237.sh: Ensure to load `/etc/sysctl…
Browse files Browse the repository at this point in the history
….conf`
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent 576d5d6 commit 188946f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update-systemd-from-27-to-237.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ echo -e "[Resolve]\\nDomains=molgen.mpg.de" >> /etc/systemd/resolved.conf.d/doma
echo -e "[Resolve]\\nLLMNR=no" >> /etc/systemd/resolved.conf.d/disable-llmnr.conf
systemctl restart systemd-resolved

ln -sf /etc/sysctl.conf /etc/sysctl.d/99-sysctl.conf

# just to be sure
systemctl stop systemd-networkd
systemctl disable systemd-networkd

0 comments on commit 188946f

Please sign in to comment.