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 Félix Piédallu
parent ca83714127
commit a545945194

View file

@ -39,7 +39,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