pibox-os
pibox-os copied to clipboard
set inotify permanently
this is temporary
sudo sysctl fs.inotify.max_user_watches=65536
sysctl can be set like
echo "fs.inotify.max_user_watches=65536" >> /etc/sysctl.d/99-pibox.conf