From a8dec270f8a37bcb85fd5fd02785168e3e7ba734 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 5 Jan 2023 12:45:53 +0100 Subject: [PATCH] reload all sysctl parameters after removing app --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 6ba4007..3c38564 100755 --- a/scripts/remove +++ b/scripts/remove @@ -63,7 +63,7 @@ if [ -e "/etc/sysctl.d/90-inotify_minidlna.conf" ]; then # Reload the kernel configuration. if ! IS_PACKAGE_CHECK # LXC doesn't allow sysctl to play with kernel options. then - sysctl -p /etc/sysctl.d/90-inotify_minidlna.conf + sysctl --system fi fi