1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minidlna_ynh.git synced 2024-09-03 19:36:34 +02:00

reload all sysctl parameters after removing app

This commit is contained in:
Florent 2023-01-05 12:45:53 +01:00 committed by GitHub
parent 7570b11b22
commit a8dec270f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ if [ -e "/etc/sysctl.d/90-inotify_minidlna.conf" ]; then
# Reload the kernel configuration. # Reload the kernel configuration.
if ! IS_PACKAGE_CHECK # LXC doesn't allow sysctl to play with kernel options. if ! IS_PACKAGE_CHECK # LXC doesn't allow sysctl to play with kernel options.
then then
sysctl -p /etc/sysctl.d/90-inotify_minidlna.conf sysctl --system
fi fi
fi fi