gluon-core: remove obsolete file 100-core-reset-sysctl

This commit is contained in:
Andreas Ziegler 2020-09-16 00:36:15 +02:00
parent 5b068d7c47
commit 835de832aa
No known key found for this signature in database
GPG Key ID: 692853E95215E334

View File

@ -1,8 +0,0 @@
#!/bin/sh
# This script can be removed after Gluon v2018.2
# Check for a random line that always was in /etc/sysctl.conf
if grep -qxF 'net.ipv4.ip_forward=1' /etc/sysctl.conf; then
echo '# Defaults are configured in /etc/sysctl.d/* and can be customized in this file' >/etc/sysctl.conf
fi